September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
5
Task/Variables/Smart-BASIC/variables-6.smart
Normal file
5
Task/Variables/Smart-BASIC/variables-6.smart
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DEF MyFunction(x)
|
||||
MyF2 = x^2
|
||||
MyF3 = x^3
|
||||
MyFunction = MyF2 + MyF3
|
||||
END DEF
|
||||
Loading…
Add table
Add a link
Reference in a new issue