User Tools

Site Tools


jvs:cigal:manual:chapter2:next

CIGAL Reference Manual, Chapter 2 (Commands): NEXT

NEXT -- Jump back to the top of a WHILE or REPEAT loop

usage: next [nloop]

Use NEXT within a program loop that started with a WHILE or REPEAT command to return to the beginning of the loop. When using nested loops you move to the beginning of one of the outer loops by specifying the NLOOP argument. For example, a NLOOP of 1 means the innermost loop (this is the default), NLOOP of 2 means jump to the beginning of the second innermost loop, etc.

See Also:
BREAK(2), REPEAT(2), WHILE(2)

CIGAL Home, CIGAL Manual, Commands List, Manual Help

jvs/cigal/manual/chapter2/next.txt · Last modified: 2023/02/23 18:43 (external edit)