Difference between revisions of "Module:Sandbox"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
 
 
Line 1: Line 1:
 
local p = {}
 
local p = {}
 
function p.hello(frame)
 
function p.hello(frame)
     return 'Hello'
+
     return 'Hello world'
 
end
 
end
 
return p
 
return p

Latest revision as of 00:21, 2 June 2020

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

local p = {}
function p.hello(frame)
    return 'Hello world'
end
return p