Tokens

Back to The Compiler

A token is:

Parsing a Token

As a rule, while parsing tokens, the compiler will

append each successive non-white character

to the existing token unless

it would make the valid token invalid.

http:///wiki/?tokens

21nov16   admin