**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 [[jvs:cigal:manual:chapter2:label|LABEL(2)]] for restrictions on label numbers. This command has no effect if called outside of a macro program. **See Also:**\\ [[jvs:cigal:manual:chapter2:label|LABEL(2)]] [[jvs:cigal|CIGAL Home]], [[jvs:cigal:manual|CIGAL Manual]], [[jvs:cigal:manual:chapter2|Commands List]], [[jvs:cigal:manual:help|Manual Help]]