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

3 lines
67 B
Raku

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