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

4 lines
42 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
function multiply ,a,b
return, a* b
end