24 game: Difference between revisions

m
Minor code correction that didn't get saved last time.
m (Small grammar edit.)
m (Minor code correction that didn't get saved last time.)
Line 3,517:
170 if f$="end" then print "Program terminated.":end
 
180 print:print "Checking syntax... "; tab(34);
190 for i=1 to len(f$)
200 if mid$(f$,i,1)=" " then next i
Line 3,532:
310 if t$<>p$ then gosub 1100:gosub 1000:goto 90
 
315 print "OK":print "Checking for illegal numbers... ";tab(34);
320 for i=1 to len(f$)
330 for j=1 to 10
Line 3,647:
Enter the formula? (6-3)*(3+5)
 
Checking syntax... OK
Checking for illegal numbers... OK
Evaluating expression...
 
113

edits