RosettaCodeData/Task/Call-a-function/Perl-6/call-a-function-6.pl6

3 lines
67 B
Raku
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
foo :a, :b(4), :!c, d => "stuff"
foo(:a, :b(4), :!c, d => "stuff")