This is the current revision of this page, as edited by imported>Ketil3 at 06:56, 29 April 2013 (←Created page with 'local p = {} function p.hello( frame ) return "Hello, world!" end return p'). The present address (URL) is a permanent link to this version.
local p = {}
function p.hello( frame )
return "Hello, world!"
end
return p