Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,2 @@
10 REM load the next program
20 LOAD "PROG2"

View file

@ -0,0 +1,5 @@
10 LET f$=CHR$ 187+"(x)+"+CHR$ 178+"(x*3)/2": REM LET f$="SQR (x)+SIN (x*3)/2"
20 FOR x=0 TO 2 STEP 0.2
30 LET y=VAL f$
40 PRINT y
50 NEXT x

View file

@ -0,0 +1 @@
10 LET f= SQR (x)+SIN (x*3)/2

View file

@ -0,0 +1 @@
10 LET f$=" SQR (x)+SIN (x*3)/2"