4 lines
97 B
Text
4 lines
97 B
Text
# function call with no arguments
|
|
(foo)
|
|
# function call with fixed number of arguments
|
|
(bar 1 2)
|