Jump to content

Module:Sandbox/Angr lua

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RexxS (talk | contribs) at 19:56, 9 November 2018 (RexxS moved page Module:Angr lua to Module:Sandbox/Angr lua 1 without leaving a redirect: created in error). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {} -- p stands for package

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

return p