Module:Gloss: Difference between revisions
From The Lonely Galaxy Wiki
More actions
Created page with "function foo () print("Hello World!") end" |
No edit summary |
||
| Line 1: | Line 1: | ||
function foo () | function foo () | ||
return "Hello World!" | |||
end | end | ||
Revision as of 00:50, 15 June 2025
Documentation for this module may be created at Module:Gloss/doc
function foo ()
return "Hello World!"
end