RosettaCodeData/Task/Function-definition/REXX/function-definition-1.rexx
2023-07-01 13:44:08 -04:00

1 line
81 B
Rexx

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