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

1 line
89 B
Rexx

multiply: return arg(1) * arg(2) / 1 /*return with a normalized product of 2 args. */