Chapter 10
Reserved Words
Reserved Words
You should not use reserved words as names for variables, arrays, labels, functions, or procedures. PerfectScript (programming) command names are reserved words. The product command names of the default application are also reserved words. (A macro’s default application is specified by the Application command.) For a list of the PerfectScript commands, see Corel PerfectScript Programming Commands. For a list of product commands, see the respective sections in this manual. In addition to macro command names, the following are also reserved words:
| AND | End | NameOf | Structure |
| AnsiString | EndWith | NOT | To |
| Bool | False | Object | True |
| Boolean | HiWord | OEMString | Variant |
| By | In | OR | _Version_ |
| Byte | Integer | Prototype | _Version8 |
| Currency | LIKE | Real | With |
| Date | Long | Reference | Word |
| DIV | LoWord | Single | WPString |
| Double | MOD | String | XOR |
| DWord |