Syntax:
gosub to {label}
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKGosub.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHGosub.class
Function:
Transfer control to a specified label in the current script. When execution encounters a return command, control will resume at the instruction following the gosub. See also pop return.
Example(s):
gosub to GetCharacter