See usage on user:imahero/test.
local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p