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 = "cccccc"
name = io.read()
return name
return name
end
end

Revision as of 07:04, 25 August 2015

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

local p = {}

name = "dfsdg"

function p.hello()
	name = io.read()
	return name
end

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

return p