IF_THEN | [Conditional execution of operations (Scripting operation)] |
ELSEIF_THEN | [Conditional execution of operations (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