local p = {} function p.hello() return 'Hello!' end function p.meet() return 'Nice to meet you!' end return p