User input/Text: Difference between revisions

m
Commodore BASIC: Missing a pesky colon on line 50.
m (Commodore BASIC: Missing a pesky colon on line 50.)
Line 446:
30 input "will you please type the number 75000";nn
40 if nn<>75000 then print "i'm sorry, that's not right.":goto 30
50 print "thank you." :print "you provided the following values:"
60 print a$
70 print nn
Line 471:
&#9608;
</pre>
 
 
==={{header|IS-BASIC}}===
113

edits