INPUT and LOCAL variable definitions

Input and local variables are defined as follows:

INPUT NUMBER var1, STRING var2;
LOCAL NUMBER var3, STRING var4; 

INPUT and LOCAL variable definitions must be included at the beginning of the state table, after ON, ENTRY_POINT, and PROMPT_DIRECTORY statements.