Jump to content

Module:Test

From Shell Wikipedia
Revision as of 11:05, 27 January 2025 by John (talk | contribs) (Created page with "local p = {} function p.test() return "Lua is working!" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Test/doc

local p = {}
function p.test()
    return "Lua is working!"
end
return p