Action
Causes script execution to continue at the first statement after a label.
Syntax
GOTO <label>
Remarks
Label can be an expression.
Examples
GOTO "end"
$string = "end"
GOTO $string