Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Gloss

From The Lonely Galaxy Wiki
Revision as of 01:13, 15 June 2025 by 192.168.0.166 (talk)

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

local p = {}

p.foo = function ()
local mystr = "Hello World!"
return mystr
end