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

2 lines
85 B
Raku
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
1 + 1 :a :b(4) :!c :d("stuff") # calls infix:<+>(1,1,:a, :b(4), :!c, d => "stuff")