ASCII state table statements

The statements in a state table must be in the order shown here:

  1. ENTRY_POINT, PROMPT_DIRECTORY and ON statements
  2. INPUT variable definitions
  3. LOCAL variable definitions
  4. 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.