Manual
13
1234
4. Variables
Command Operand 1 Operand 2
LET 1 1234
Command Operand 1 Operand 2
LET 2 *1
Variables with an asterisk (*)
The asterisk symbol (*) is used to designate contents of the variable register. In the example given below, the contents
in variable register 1 are placed in variable register 2. If "1234" is in variable register 1, then "1234" is what goes in
variable register 2.
Put in
1 2 3 4
Variable
Register #1
Variable
Register #1
Variable
Register #2
1 2 3 4
1 2 3 4