RosettaCodeData/Task/Function-definition/Perl/function-definition-2.pl
2023-07-01 13:44:08 -04:00

1 line
31 B
Perl

sub multiply { $_[0] * $_[1] }