Reserved words
A reserved keyword may not be used as identifiers for your own variables, objects, event definitions, methods, etc.
In addition, do not use the underscore ("_") as the first character of an identifier.
Note that data types are not reserved words.
Word |
---|
#Bad |
#Tag |
Aggregates |
Async |
Attributes |
Await |
For |
Handles |
Lib |
Namespace |
Of |
Soft |
With |