Type |
|
Name |
|
Summary |
|
Keyword |
|
And |
|
Boolean and or bitwise and of two arguments |
Keyword |
|
Case |
|
A mechanism for acting upon different values of an Ordinal |
Keyword |
|
Else |
|
Starts false section of if, case and try statements |
Keyword |
|
If |
|
Starts a conditional expression to determine what to do next |
Keyword |
|
Not |
|
Boolean Not or bitwise not of one arguments |
Keyword |
|
Or |
|
Boolean or or bitwise or of two arguments |
Keyword |
|
Repeat |
|
Repeat statements until a ternmination condition is met |
Keyword |
|
Set |
|
Defines a set of up to 255 distinct values |
Keyword |
|
Then |
|
Part of an if statement - starts the true clause |
Keyword |
|
Until |
|
Ends a Repeat control loop |
Keyword |
|
While |
|
Repeat statements whilst a continuation condition is met |
Keyword |
|
Xor |
|
Boolean Xor or bitwise Xor of two arguments |
|