RosettaCodeData/Task/Function-definition/Raku/function-definition-1.raku

2 lines
39 B
Raku

sub multiply { return @_[0] * @_[1]; }