可在模块:测本/doc创建此模块的帮助文档
local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p