| IF | [Conditional expression execution (Scripting operation)] |
| IF_THEN | [Conditional execution of operations (Scripting operation)] |
| GOTO | [GOTO (Scripting operation)] |
| DO | [Start of a loop (Scripting operation)] |
| Comparator | Alternate | Comparision |
|---|---|---|
| .EQ. | == | Equal to |
| .NE. | /= | Not equal to |
| .GT. | > | Greater than |
| .GE. | >= | Greater than or equal to |
| .LT. | < | Less than |
| .LE. | <= | Less than or equal to |
NOTES