Next: ON
Up: SIC Language Internal Help
Previous: MFIT
NEXT
[SIC\]NEXT
Depending on the context, NEXT has one of two possible interpretation:
- If typed during loop definition, NEXT indicates the end of the
definition and starts the execution.
- If encountered during loop execution, NEXT will skip all
instructions remaining in the Loop Buffer and resumes the Loop
execution at its first line for the next value of the index. This
typically occurs as an error recovery (ON ERROR NEXT).
The commands will be echoed to the terminal if the VERIFY switch is on.
Gildas manager
2001-04-18