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

4 lines
42 B
Plaintext

function multiply ,a,b
return, a* b
end