Examples:
Increase memory slot A by one ... Isz A
Decrease memory slot B by one ... Isz B
Program
In this program, the fi rst 10 is stored in memory slot A, and
the 0 is stored in memory slot C. Memory slot A is used as
a counter, and the regressive count is realized using the Dsz
command. Memory slot C is used for storing the sum of the
inputs and must intitially be deleted by introducing a 0.
The numeric value of the input in relation to the "?" com-
mand is stored in memory slot B, and the sum of the input
datais stored in memory slot C by "B+C
C"
The Dsz A command will diminish the value in memory slot
A by 1. If the result is not equal to 0, the following com-
mand (Goto 1) will be executed. If the result is equal to 0,
the following command (Goto 1) is omitted and C + 10 is