 
 
 
 
 
 
 
  
An event loop program appears between the lines
     define event_loop
        :
     end_def
either inside a command file, or taken from interactive user input.
Each line of the program follows the syntax: 
[label:] [[condition] command] [* comment]where each piece inside [ ] is optional (the line may be entirely blank). There is no case sensitivity and any amount of space is allowed at the beginning/end of a line and in between text.