Probably just a typo or careless renumbering; how would you improve it? ----- Original Message ----- From: "Peter Vollan" <[email protected]> To: <[email protected]> Sent: Friday, January 24, 2020 2:26 PM Subject: Re: [M100] another program
> Well, it doesn't say that. And if it did, that would still be a dumb > way to do it. Then the next line sets three variables to 0 which is > totally unneccessary, so that's a line that does nothing. And that is > only the tip of the iceberg of the problems with this program > > On Thu, 23 Jan 2020 at 09:55, Dan Higdon <[email protected]> wrote: >> >> 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
