Input loop: Difference between revisions

m
Commodore BASIC: Swapped the last semicolon for a colon in line 15. [Doh!]
(add Standard ML)
m (Commodore BASIC: Swapped the last semicolon for a colon in line 15. [Doh!])
Line 530:
11 rem open command channel, clear screen, switch to lower case
12 open 15,8,15
15 print chr$(147);chr$(14);:f$=""
 
20 input "Enter filename";f$
113

edits