goto label
Jumps to the specified label.
print "I"; goto skipit print " don't"; skipit: # print " want cookies."
will print
I want cookies.
Begin Case / Case / End Case, Call, Continue Do, Continue For, Continue While, Do / Until, End, Exit Do, Exit For, Exit While, For / Next, For Each / Next, Function, Global, Goto, Gosub, If Then, Pause, Ref, Rem, Return, Subroutine, While / End While
As of version 0.9.9.2 Goto, Gosub, and labels can not be used in Function and Subroutine definitions.