Variadic function: Difference between revisions

Content added Content deleted
(→‎Insitux: inclusion)
Line 1,491: Line 1,491:
c
c
d</pre>
d</pre>

=={{header|Insitux}}==
<syntaxhighlight lang="insitux">(function f
(loop-over args a
(print a)))

(f 1 2 3 4)</syntaxhighlight>


=={{header|Io}}==
=={{header|Io}}==