CONTENTS | INDEX | PREV | NEXT

Command Sequences are lists of single commands.

Each command is processed after the previous one. This continues until
either the last command of the sequence is executed, or an error occurs
during the execution of any of the commands. Further processing is then
stopped, and a new command sequence can be read.

Several commands exist to affect the program flow within command sequences,
enabling loops and conditions to be used freely.