The statements in a state table must be in the order shown here:
- ENTRY_POINT, PROMPT_DIRECTORY and ON statements
- INPUT variable definitions
- LOCAL variable definitions
- Action statements and other logic:
- IF statements
- WHILE statements
- CASE statements
- GOTO statements
- Assignment statements
Every state table must have at least one ENTRY_POINT; all other statements
are optional.
The syntax of the statements is given below. Spaces are ignored.