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.
jvs/cigal/manual/chapter2/next.txt · Last modified: 2024/06/21 15:44 by 127.0.0.1