RosettaCodeData/Task/Function-definition/IDL/function-definition-2.idl

4 lines
53 B
Plaintext

function multiply ,a,b
return, product([a, b])
end