Toshiba KB-80 Computer Keyboard User Manual


 
- 63 -
RETURN
Function Declares the end of a subroutine, and returns the execution to the location where the
subroutine was called up.
Format RETURN
Explanation The RETURN statement should be placed at the end of the subroutine called by the
GOSUB statement. When the RETURN statement is executed, the execution
proceeds from the statement following the GOSUB statement which called the
subroutine.