Writing IF A == B || C THEN is apparently wrong no matter what, but writing IF A == B || A == C THEN results in an ugly inconceivably wall of text due to a rather long array name of A. Is there a way to keep it tidy aside from shortening variable names further?