Quote Originally Posted by dondublon View Post
Not "or", but "and". (Sorry, I'm a programmer.)
I think that was correct, actually
const Apartment appartment;
const Car car;
IHave = !(apartment|car);