Module:Sandbox/Szqecs

Revision as of 11:32, 31 May 2018 by imported>Szqecs
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

function p.main(frame)
	return 'a' or 'b' and 'c'
--	return ('a' or 'b') and 'c'
end

return p