Goto


Statement Goto


Goto sends script flow to the statement identified by label.


Syntax Goto label


Remarks


Goto causes script flow to shift unconditionally to the code identified by label.


See Also:

Gosub Label