RosettaCodeData/Task/Function-definition/Lua/function-definition.lua

4 lines
47 B
Lua

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