Changes

Jump to navigation Jump to search
Created page with "local p = {} -- p stands for package function p.hello( frame ) return "Hello, world!" end return p"
local p = {} -- p stands for package

function p.hello( frame )
return "Hello, world!"
end

return p

Navigation menu