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