RosettaCodeData/Task/Call-a-function/ArkScript/call-a-function-1.ark

5 lines
97 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
# function call with no arguments
(foo)
# function call with fixed number of arguments
(bar 1 2)