RosettaCodeData/Task/Call-a-function/Perl-6/call-a-function-6.pl6
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
67 B
Raku

foo :a, :b(4), :!c, d => "stuff"
foo(:a, :b(4), :!c, d => "stuff")