RosettaCodeData/Task/Function-definition/Perl-6/function-definition-5.pl6

2 lines
39 B
Raku
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
my &multiply := -> $a, $b { $a * $b };