tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
10
Task/Runtime-evaluation/GW-BASIC/runtime-evaluation.gw-basic
Normal file
10
Task/Runtime-evaluation/GW-BASIC/runtime-evaluation.gw-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