Variadic function: Difference between revisions

Content deleted Content added
In PHP: removed a link in the section title
Kalobi (talk | contribs)
m Add missing symbols
Line 323:
 
====Unflattened slurpy====
These parameters are declared with two asterisks (<code>**</code>) and they do not flatten any iterable arguments within the list, but keep the arguments more or less as-is:
 
<syntaxhighlight lang="perl6">