Token name
(lexical category)
ExplanationSample token values
identifierNames assigned by the programmer.x, color, UP
keywordReserved words of the language.if, while, return
separator/punctuatorPunctuation characters and paired delimiters.}, (, ;
operatorSymbols that operate on arguments and produce results.+, <, =
literalNumeric, logical, textual, and reference literals.true, 6.02e23, "music"
commentLine or block comments. Usually discarded./﹡ Retrieves user data ﹡/, // must be negative
whitespaceGroups of non-printable characters. Usually discarded.

Examples of common tokens

(echo:: @ )