GOSUB <label>

RETURN


Save the current program position, and jumps to the position indicated by <label>.  RETURN jumps back to the previous position.

 

 

See Also: Flow Control


Language Reference  Table Of Contents