Trying to get a XOR (exclusive OR) to work in an if statement
i.e.,
If A XOR B then do C.
A and B never happen simultaneously, but I can only get the action C to happen when I use the OR statement. XOR doesn’t result in any action when A or B happens.
Bug?