Module:Gloss: Difference between revisions
From The Lonely Galaxy Wiki
More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
p.foo = function () | p.foo = function () | ||
local mystr = "Hello World!" | |||
return mystr | |||
end | end | ||
Revision as of 01:13, 15 June 2025
Documentation for this module may be created at Module:Gloss/doc
local p = {}
p.foo = function ()
local mystr = "Hello World!"
return mystr
end