I need to do an xor conditional between 3 values, ie i need one of the three values to be true but not more than one and not none.
I thought i could use the xor ^ op
One way would be to convert the Boolean values to an integer, add the results, and compare to 1.