Jump to content

Module:Gloss

From The Lonely Galaxy Wiki
Revision as of 01:14, 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 (frame)
local mystr = "Hello World!"
return mystr
end