Module:User:Ketil3/Sandbox/Lua1

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.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {}
 
function p.hello( frame )
    return "Hello, world!"
end
 
return p