7.66 GOTO
Note: Usage options
The GOTO command is used to transfer control to another command in the same function. The command which is to receive control is identified by the label associated with it.
Also See
7.66.1 GOTO Parameters
7.66.2 GOTO Examples
Required
GOTO --------- LABEL -------- label ------------------|