Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
10
Task/Runtime-evaluation/GW-BASIC/runtime-evaluation.basic
Normal file
10
Task/Runtime-evaluation/GW-BASIC/runtime-evaluation.basic
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
10 LINE INPUT "Type an expression: ",A$
|
||||
20 OPEN "CHAIN.TMP" FOR OUTPUT AS #1
|
||||
30 PRINT #1, "70 LET Y=("+A$+")"
|
||||
40 CLOSE #1
|
||||
50 CHAIN MERGE "CHAIN.TMP",60,ALL
|
||||
60 FOR X=0 TO 5
|
||||
70 REM
|
||||
80 PRINT X,Y
|
||||
90 NEXT X
|
||||
100 GOTO 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue