Documentation for this module may be created at Module:Banana/doc
local p = {} --p stands for package function p.hello( frame ) --return "Hello, world!" return end return p