|
于2007-08-12 13:02:21修订的的版本3
大小: 635
备注:
|
于2008-02-23 15:35:17修订的的版本4
大小: 635
备注: converted to 1.6 markup
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 2: | 行号 2: |
| [[Navigation(slides)]] | <<Navigation(slides)>> |
| 幻灯片模式 ^ |< << 幻灯片103/221 >> >| |
A.2.1 Tokens
There are six classes of tokens: identifiers, keywords, constants, string literals, operators, and other separators. Blanks, horizontal and vertical tabs, newlines, formfeeds and comments as described below (collectively, "white space") are ignored except as they separate tokens. Some white space is required to separate otherwise adjacent identifiers, keywords, and constants.
If the input stream has been separated into tokens up to a given character, the next token is the longest string of characters that could constitute a token.