next up previous contents
Next: Comments Up: Programming the Event Loop Previous: What Does a Program   Contents

Elements of a program

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.



Subsections

sno Guest Acct 2009-09-09