Previous  |  Next ]     [ Up  |  First  |  Last ]     (Article 223 of 271)
 
 
Transfer Statements
 
Transfer statements transfer control from one section of a program to another. They are
unconditional transfers in that when the statement is executed, control always transfers.
The GOSUB⁄RETURN, and CALL statements return control to the N+1 block after they are
finished, and the GOTO statement transfers control to the specified block without a return.