Back Previous Next


Linguist basic package - go

Syntax:

   go to {label}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKGo.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHGoto.class

Function:

Transfer control to a specified label in the current script.

See also fork and gosub.

Example(s):

   go to NextItem


Back Previous Next