Module:Test: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
local p = {}
function list()
 
print("Hello world")
function p.list()
name = ""
age = 0
gender = ""
end
end
return p

Revision as of 06:49, 25 August 2015

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

function list()
	print("Hello world")
end