Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
5 LET a=5: LET b=3
|
||||
10 PRINT a;" + ";b;" = ";a+b
|
||||
20 PRINT a;" - ";b;" = ";a-b
|
||||
30 PRINT a;" * ";b;" = ";a*b
|
||||
40 PRINT a;" / ";b;" = ";INT (a/b)
|
||||
50 PRINT a;" mod ";b;" = ";a-INT (a/b)*b
|
||||
60 PRINT a;" to the power of ";b;" = ";a^b
|
||||
Loading…
Add table
Add a link
Reference in a new issue