class Sus::Be::And

def |(other)

def |(other)
	Or.new(self, other)
end