N - Number #

Number refers to any numeric amount. The level of decimal places or rounding may be controlled using the RDN (Round Nearest) , RDU (Round Up), and RDD (Round Down) commands.

Statement
If regular earnings are greater than $2500 go to section 4 otherwise exit the UserCalc.
LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 IF PC 500 GT N 2500 04000 99999

Statement
Let parking fees be $75, then exit.
LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 LET PC 296 EQ N 15 99999


Notes #

Click to create a new notes page