CIGAL Reference Manual, Chapter 2 (Commands): GOTO

GOTO -- Jump to a specified line label within a CIGAL macro program

usage: goto labelnumber When executing a macro program, GOTO causes a jump to the LABEL command that has the same LABELNUMBER as the GOTO. For example,

                goto 100
   causes the macro to jump to:
                label 100

See LABEL(2) for restrictions on label numbers. This command has no effect if called outside of a macro program.

See Also:
LABEL(2)

CIGAL Home, CIGAL Manual, Commands List, Manual Help