Next: ON
Up: SIC Language Internal Help
Previous: MFIT /STEP
Contents
Index
NEXT
[SIC\]NEXT
Depending on the context, NEXT has one of two possible interpretations:
- If typed during loop definition, NEXT indicates the end of the defi-
nition and starts the execution.
- If encountered during loop execution, NEXT will skip all instruc-
tions remaining in the Loop Buffer and resumes the Loop execution at
its first line for the next value of the index. This typically oc-
curs as an error recovery (ON ERROR NEXT).
The commands will be echoed to the terminal if the VERIFY switch is ON.
Gildas manager
2014-07-01