NEXT
PURPOSE:
To update the FOR/NEXT loop variable and to check for loop termination.
STATEMENT SYNTAX:
stno NEXT loopvar
where:
loopvar = a SIMPLE NUMERIC VARIABLE whose value controls the termination
of the FOR/NEXT loop.
EXAMPLE:
0200 NEXT J
SEE:
FOR