Reserved Words
Reserved Words
The following identifiers are recorded as reserved words, each of them corresponds to a certain action, and cannot be used in another meaning:
Data Types
| bool | enum | struct |
|---|---|---|
| char | float | uchar |
| class | int | uint |
| color | long | ulong |
| datetime | short | ushort |
| double | string | void |
Access Specificators
| const | private | protected |
|---|---|---|
| public | virtual |
Memory Classes
Operators
| break | dynamic_cast | return |
|---|---|---|
| case | else | sizeof |
| continue | for | switch |
| default | if | while |
| delete | new | |
| do | operator |
Other
| false | #define | #property |
|---|---|---|
| this | #import | template |
| true | #include | typename |
| strict |
Last updated on