Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Task/Input-loop/Applesoft-BASIC/input-loop.basic
Normal file
14
Task/Input-loop/Applesoft-BASIC/input-loop.basic
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
100 INPUT "FILENAME:";F$
|
||||
110 D$ = CHR$(4)
|
||||
120 PRINT D$"VERIFY"F$
|
||||
130 PRINT D$"OPEN"F$
|
||||
140 PRINT D$"READ"F$
|
||||
150 ONERR GOTO 190
|
||||
|
||||
160 GET C$
|
||||
170 PRINT CHR$(0)C$;
|
||||
180 GOTO 160
|
||||
|
||||
190 POKE 216,0
|
||||
200 IF PEEK(222) <> 5 THEN RESUME
|
||||
210 PRINT D$"CLOSE"F$
|
||||
Loading…
Add table
Add a link
Reference in a new issue