If Condition

Use "IF" and "ELSE" verbs for conditional command blocks; ending the last block with a dot.


For case statments compare an Expression to a list of constants using the same format as conditional comparison lists. The Expression can be either an integer or enumerated type.


Note that with nested blocks the final dots may be placed on the same line as in this example:

Assignment Command

Do Loop