Named parameters: Difference between revisions

m
→‎{{header|Perl 6}}: Combine files to make runnable code
(Added Kotlin)
m (→‎{{header|Perl 6}}: Combine files to make runnable code)
Line 1,034:
say join ' ', @e;
say join ' ', keys %f;
}
}</lang>
 
# this particularly thorny call:
 
<lang perl6>funkshun
'Alfa', k1 => 'v1', c => 'Charlie', 'Bravo', 'e1',
d => 'Delta', 'e2', k2 => 'v2';</lang>
10,327

edits