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 |
|---|
Lib — Used in Declare statements |
Soft — Used in Declare statements |
For Future Use
These words are reserved for potential future use in the Xojo language.
Word |
|---|
Async |
Attributes |
Await |
Handles |
Namespace |
Of |
With |