A token is a sequence of one or more characters . A token cannot contain blank characters, unless it is a string constant or a delimited identifier, which may contain blanks. Tokens are classified as ordinary or delimiter: An ordinary token is a numeric constant, an ordinary identifier, a host identifier, or a keyword.