Back Previous Next


Linguist basic package - return

Syntax:

   return

Keyword handler:

   linguist.basic.keyword.BKReturn.class

Runtime handler(s):

   linguist.basic.handler.BHReturn.class

Function:

Terminate a subroutine and transfer control to the instruction following the last encountered gosub.

Example(s):

   return


Back Previous Next