5 lines
61 B
Text
5 lines
61 B
Text
(function f
|
|
(loop-over args a
|
|
(print a)))
|
|
|
|
(f 1 2 3 4)
|