The Not Less Than (NL) operator checks that Operand 1 is not less than Operand 2.
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If Goto | Else GoTo |
---|---|---|---|---|---|---|---|---|---|---|
00010 | IF | EC | GROSS PAY | NL | N | 100 | 99999 | 00100 | ||
00100 | MSG | A | EE'S EARNS VERY LOW, PLEASE VERIFY! | 99999 | ||||||
99999 | EXIT | 99999 |
The UserCalc checks that Operand 1 (Gross Pay) is not less than (equal or greater to) the value in Operand2 (100).
Notice that this reverse logic is fairly difficult to read, and therefore should be avoided where possible in UserCalcs.Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation