Goto

Moves the processing to the line of the specified Label.

Goto <Label>

Parameters
<Label>
Label name (Label) for the movement destination.

Return Value
None.

Description
Moves the processing to the line where the specified Label is.
This differs from the Gosub command in that there is no return to the origin of the call using the Return statement.In cases where return is needed, use the Gosub command.

Example
Move to Label *PROC1.
      Goto *PROC1