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

4 lines
43 B
Plaintext

function multiply ,a,b
return, a # b
end