GOTO : Go to a specified location in the program indicated by a LBL label tag.

syntax: GOTO <label>

GOTO causes the program to jump to the program location specified by <label> when the GOTO instruction is encountered.