03-03-2023, 06:45 PM
(03-03-2023, 06:33 PM)Dimster Wrote: Was there a time in Basic when IF was simply followed by a Print statement? Seems to me I did see some code like :
If A Print "...." but the wiki indicates the only time an IF condition is not followed by THEN is the use of GOTO.
I just fired up my 386DX40 and Tandy 1000 HX and tried it with both GWBasic and Tandy Basic 2.02. Neither would accept that type of statement. Had to include THEN.