RosettaCodeData/Task/Function-definition/Raku/function-definition-6.raku
2023-07-01 13:44:08 -04:00

1 line
31 B
Raku

my &multiply := { $^a * $^b };