Module:Sandbox/Arcayn: Difference between revisions

Content deleted Content added
Arcayn (talk | contribs)
Added the "Hi" code to the module
Arcayn (talk | contribs)
m Made the syntax consistent between the two functions!
Line 4:
local p = {}
 
function p.hello = function( frame )
return "Hello, world!"
end