

Basic Language Elements › Tokens › Spaces
Spaces
Spaces are a sequence of one or more blank characters. The rules for using spaces are:
- Tokens cannot include spaces except if the token is a string literal or a delimited identifier.
- A token can be followed by a space.
- An ordinary token must be followed by a delimiter token or a space.
- If the syntax does not allow an ordinary token to be followed by a delimiter token, the ordinary token must be followed by a space.
Copyright © 2014 CA.
All rights reserved.
 
|
|