PickBASIC / FlashBASIC
gosub statement
.mdThe gosub statement transfers control to a local subroutine identified by a statement label within the program. Control returns to the next statement after the gosub statement when the return statement is encountered.
Syntax
gosub statement.label{:}
Parameter(s)
| statement.label | Identifies the local subroutine to which control is transferred. |
Example(s)
See also
Referenced by
5 topics mention gosub statement in its description.