Module:Test: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


function p.hello()
function p.hello()
name = ""
name = "cccccc"
return name
return name
end
end

Revision as of 06:51, 25 August 2015

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

local p = {}

name = "dfsdg"

function p.hello()
	name = "cccccc"
	return name
end

function p.delight()
	return "You're a delight!"
	end

return p