Changes the normal downward flow of control.
GOSUB x
x
any valid numeric expression
This command is like GOTO, except control may be returned to the statement following the GOSUB by executing a RETURN statement.
In this example, control is returned to line 100.