Changes

82 bytes added ,  22:14, 16 April 2013
Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p"
local p = {}

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

return p
Anonymous user