Purpose
Continues executing commands at the specified programming statement
number. The statement number can reference any programming statement in
the block.
Syntax
GOTO statement#
Example
To continue executing commands with statement 08, enter:
GOTO 08