Toshiba KB-80 사용자 설명서

다운로드
페이지 79
- 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.