in reply to Re^2: Solver for the game "Set" matches three times (octal)
in thread Solver for the game "Set" matches three times

For each bit, ($a^$b^$c) returns

We want

($a|$b|$c) eq serves that purpose and to "and" the results of every bit into a single boolean value.