[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Applesoft IF...THEN Bug?



if B goto 100 is not correct Applesoft syntax. The book is mistaken
if it says otherwise. Only "if B then 100" and "if B then goto 100" 
are correct.
 
--Jay