local p = {} --p stands for package p.main = function ( frame ) local args = frame.args return "Hello, world!" end function nofunction(frame) return "Nothing to see here" end return p