Mod = { sum = function(x, y) return x + y end } function Mod.sayHello(name) print("hello, " .. name) end return Mod