The documentation for this module is missing. Click here to create it.
local p = {} function p.hello() return 'Hello!' end function p.bye() return 'Goodbye!' end return p