GOTO

In traditional BASIC, the most important form of program control is the GOTO jump command. The target of a jump must be a line number. In GC Wizard Script, this approach is maintained.

When a GOTO instruction occurs, execution branches to the specified line number.
The main complexity associated with GOTO is that both forward and backward jumps are possible.