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