Variadic function: Difference between revisions

→‎{{header|Insitux}}: replace loop-over implementation due to deprecation
(→‎{{header|Insitux}}: replace loop-over implementation due to deprecation)
Line 1,520:
=={{header|Insitux}}==
<syntaxhighlight lang="insitux">(function f
(print a(join "\n" args)))
(loop-over args a
(print a)))
 
(f 1 2 3 4)</syntaxhighlight>
112

edits