Module:Sandbox/Angr lua

This is the current revision of this page, as edited by RexxS (talk | contribs) at 19:57, 9 November 2018 (RexxS moved page Module:Sandbox/Angr lua 1 to Module:Sandbox/Angr lua without leaving a redirect: consolidation). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {} -- p stands for package

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

return p