Answer 5.7b: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "If there was a GOSUB, instead of a return statement after a GOSUB had just been executed the second GOSUB would send the program execution to the subroutine or line specified ...")
 
No edit summary
Line 1: Line 1:
If there was a GOSUB, instead of a return statement after a GOSUB had just been executed the second GOSUB would send the program execution to the subroutine or line specified in the second GOSUB statement instead of returning to where the program left off.
If there was a GOSUB, instead of a return statement after a GOSUB had just been executed the second GOSUB would send the program execution to the subroutine or line specified in the second GOSUB statement instead of returning to where the program left off.
<noinclude>
[[Category:Tutorial Answers]]
</noinclude>

Revision as of 21:14, 15 July 2013

If there was a GOSUB, instead of a return statement after a GOSUB had just been executed the second GOSUB would send the program execution to the subroutine or line specified in the second GOSUB statement instead of returning to where the program left off.