Program Syntax Diagrams

Program syntax diagrams describe the syntax of the control statements. The following table contains samples and explanations of some of the syntax diagram elements:

PROGRAM SYNTAX DIAGRAM DESCRIPTION
Read syntax diagramSkip visual syntax diagram
>>-ccua--ccuX--------------------------------------------------><

Required sequence of variables
Read syntax diagramSkip visual syntax diagram
>>-CPU=--ccuX--------------------------------------------------><

Required keyword followed by a required variable
Read syntax diagramSkip visual syntax diagram
>>-+------------+----------------------------------------------><
   '-ccua--ccuX-'   

Optional sequence of variables
Read syntax diagramSkip visual syntax diagram
>>-+-ccua------+-----------------------------------------------><
   +-ccuX------+   
   '-ccua-ccua-'   

Required choice between these variables
Read syntax diagramSkip visual syntax diagram
   .-,----.   
   V      |   
>>---ccua-+----------------------------------------------------><

Required variable that can be repeated after a separator character