The goto script command is used to jump to a label. Unlike gosub, goto does not modify the stack of return positions.
goto
gosub
return
goto <label>
Context: Ignored
Parameters:
label