Difference between revisions of "Module:Bananas"

From Cysteinome
Jump to: navigation, search
(Created page with "local p = {} -- p stands for package function p.hello( frame ) return "Hello, world!" end return p")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
local p = {} -- p stands for package
+
local p = {}  
  
 
function p.hello( frame )
 
function p.hello( frame )

Latest revision as of 01:10, 1 December 2018

local p = {}

function p.hello( frame )

   return "Hello, world!"

end

return p