|
Allegro CL |
2 Syntax 2.3 Interpretation of Tokens 2.3.1 Numbers as Tokens 2.3.1.1 Potential Numbers as Tokens
2.3.1.1.2 Examples of Potential NumbersAs examples, the tokens in the next figure are potential numbers, but they are not actually numbers, and so are reserved tokens; a conforming implementation is permitted, but not required, to define their meaning.
The tokens in the next figure are not potential numbers; they are always treated as symbols:
The tokens in the next figure are potential numbers if the current input base is 16, but they are always treated as symbols if the current input base is 10.
|