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

2 lines
81 B
Rexx
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
multiply: return arg(1) * arg(2) /*return the product of the two arguments.*/