Answer 5.7b

From BR Wiki
Revision as of 20:36, 2 July 2013 by Laura (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.