The final number on that line should be an 11, then it works. (That is, "ELSE 11", not "ELSE 13")
On Sun, Jan 19, 2020 at 4:57 PM Peter Vollan <[email protected]> wrote: > Check this out! Not only is it a dumb way to do things, but it does > not even work the program just hangs! > 13 IF AL$ = "S" OR AL$ = "R" OR AL$ = "T" THEN 15 ELSE 13 >
