Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
10 LET a$="x+x"
|
||||
20 LET b$="x*x"
|
||||
30 LET c$="x+x^2"
|
||||
40 LET f$=c$: REM Assign a$, b$ or c$
|
||||
150 FOR i=1 TO 5
|
||||
160 READ x
|
||||
170 PRINT x;" = ";VAL f$
|
||||
180 NEXT i
|
||||
190 STOP
|
||||
200 DATA 2,5,6,10,100
|
||||
Loading…
Add table
Add a link
Reference in a new issue