imported>Szqecs
No edit summary
 
(No difference)

Latest revision as of 09:49, 26 January 2018

Documentation for this module may be created at Module:Sandbox/Szqecs/Bananas/doc

local p = {}

function p.foo(x)
	return x
end

function p.bar(x)
	if x == 'foo' then
		return ' bar'
	end
end

return p