Back Previous Next


Linguist basic package - return

Syntax:

   return

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKReturn.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHReturn.class

Function:

Terminate a subroutine and transfer control to the instruction following the last encountered gosub. See also pop return.

Example(s):

   return


Back Previous Next .html">Next