RosettaCodeData/Task/Function-definition/REXX/function-definition-1.rexx
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

1 line
81 B
Rexx

multiply: return arg(1) * arg(2) /*return the product of the two arguments.*/