RosettaCodeData/Task/Function-definition/REXX/function-definition-1.rexx

2 lines
81 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
multiply: return arg(1) * arg(2) /*return the product of the two arguments.*/