...
This commit is contained in:
parent
051504d65b
commit
0457928c3e
295 changed files with 3588 additions and 3 deletions
7
Task/Arithmetic-Integer/BASIC/arithmetic-integer.bas
Normal file
7
Task/Arithmetic-Integer/BASIC/arithmetic-integer.bas
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function math(a!, b!)
|
||||
print a + b
|
||||
print a - b
|
||||
print a * b
|
||||
print a / b
|
||||
print a mod b
|
||||
end function
|
||||
Loading…
Add table
Add a link
Reference in a new issue