| Group | Expression | Operation | Notes |
|---|---|---|---|
| #i EQ #j | equals | ||
| Conditional Branch | IF[operation]GOTOn n=sequence number | #i NE #j | does not equal |
| #i GT #j | Greater than | ||
| #i LT #j | Less than | ||
| Conditional Execution | IF[operation]THEN# #=macro statement | #i GE #j | Greater than or equal to |
| #i LE #j | Less than or equal to | ||
| While[operation]DOm m=1 2 3 | |||
| Iteration | <> | ||
| ENDm m=1 2 3 |