imported>A8v
(Created page with '-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return Hello end return p')
 
(No difference)

Latest revision as of 23:08, 9 July 2014

UsageEdit

{{#invoke:Sandbox/A8v|function_name}}


}}


-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
	return Hello
end
 
return p