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:
function foo ()
local p = {}
 
p.foo = function ()
return "Hello World!"
return "Hello World!"
end
end

Revision as of 01:11, 15 June 2025

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

local p = {}

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