docs here
function(x) return x + 1 end
local p = {} function p.hello(frame) return 'Hello from Lua' end return p