Next: , Previous: , Up: Programs   [Contents][Index]


4.10.4 Action Sequences

An Action Sequence can be entered as an interpreter command. It has the form

{} (the empty action sequence)

or 

Act1 ; Act2 ; ... ; Actn, n>1

with each Acti one of:

Examples of use and semantics are given in the semantics section.


Next: , Previous: , Up: Programs   [Contents][Index]