Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -1,5 +1,7 @@
|
|||
f(); \\ zero arguments
|
||||
sin(Pi/2); \\ fixed number of arguments
|
||||
Str("gg", 1, "hh"); \\ variable number of arguments
|
||||
vecsort([5,6]) != vecsort([5,6],,4) \\ optional arguments
|
||||
Str("gg", 1, "hh") \\ variable number of arguments
|
||||
call(Str, ["gg", 1, "hh"]) \\ variable number of arguments in a vector
|
||||
(x->x^2)(3); \\ first-class
|
||||
x = sin(0); \\ get function value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue