Jump to content

Module:LuaCheck

From Costa Sano MediaWiki
Revision as of 15:23, 17 February 2026 by Mngr (talk | contribs) (Created page with "local p = {} function p.ok() return "Lua OK — Scribunto is working" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

function p.ok()
    return "Lua OK — Scribunto is working"
end

return p