!!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.

||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||	Else GoTo
00010	IF	PC	500	GT	N	2500			04000	99999

Statement:		Let parking fees be $75, then exit.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||	Else GoTo
00010	LET	PC	296	EQ	N	15			99999