GoTo Label
This command directs program execution to the indicated Label. The label must be previously defined.
GoTo Label
Type the name of the label to direct program execution to, as exactly defined by the Label command.
Notes
- If the GoTo Label is called while inside a conditional block, the block will be immediately exited.