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: Difference between revisions

From The Lonely Galaxy Wiki
No edit summary
No edit summary
Line 1: Line 1:
local p = {}
local p = {}


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

Revision as of 01:16, 15 June 2025

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

local p = {}

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