local p = {} function p.hello() return "Hello, world!" end function p.bye() return "Bye, world!" end function p.goodbye() return "Goodbye, world!" end return p