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

2 lines
89 B
Rexx
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
multiply: return arg(1) * arg(2) / 1 /*return with a normalized product of 2 args. */