Back Previous Next


Linguist basic package - go

Syntax:

   go to {label}

Keyword handler:

   linguist.basic.keyword.BKGo.class

Runtime handler(s):

   linguist.basic.handler.BHGoto.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