Syntax:
goto <label>
The GOTO command passes execution to the code that begins at the given label.
GOTO