Jump to content

Module:Sandbox/Amrcmln

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Amrcmln (talk | contribs) at 02:07, 6 January 2023 (Basic). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {} -- Defines a variable p as an empty table, but *not* nil.

function p.main( frame )
    return "Hello world"
end

return p