This page (revision-4) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 26-Nov-2021 10:22 805 bytes JMyers to previous
3 26-Nov-2021 10:22 615 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 589 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 563 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
Number refers to any numeric amount. The level of decimal places or rounding may be controlled using the [RDN (Round Nearest)|RDN_OPERATOR] , [RDU (Round Up)|RDU_OPERATOR], and [RDD (Round Down)|RDD_OPERATOR] commands.\\ \\
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.
At line 5 changed 7 lines
;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 |
Statement:If regular earnings are greater than $2500 go to section 4 otherwise exit the UserCalc.
At line 7 added 2 lines
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 IF PC 500 GT N 2500 04000 99999
At line 14 changed 3 lines
----
![Notes|Edit:Internal.N_CONSTANT]
[{InsertPage page='Internal.N_CONSTANT' default='Click to create a new notes page'}]
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