Actions

Module

Module:Test

From Project Rebearth

Revision as of 18:54, 15 February 2026 by Sharkie (talk | contribs) (Created page with "local p = {} function p.Foo() return "Bar" 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.Foo()
    return "Bar"
end

return p