GOOC - Game Oriented Object C

GOOC - Game Oriented Object C

Next: Directives, Previous: Separators, Up: Lexer Tokens
[Contents]

5.6. Whitespace

5.6. Whitespace

Whitespace is the collective term used for several characters: the space character, the tab character, the newline character, the vertical tab character, and the form-feed character. Whitespace is ignored (outside of string and character constants), and is therefore optional, except when it is used to separate tokens.