local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end function p.testmsg1( frame ) return "Mercury" end function p.testmsg2( frame ) return "Venus" end function p.testmsg3( frame ) return "Earth" end return p