in reply to Re^2: adding/subtracting calender dates
in thread adding/subtracting calender dates
Meaning that it will return true if and only if exactly 1 of the xor'd variables returns true.(1 xor 1) == 0 (1 xor 0) == 1 (0 xor 1) == 1 (0 xor 0) == 0 (0 xor 1 xor 1) == 0 (0 xor 1 xor 0) == 1 etc etc
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: xor =
by fishbot_v2 (Chaplain) on Jun 02, 2005 at 22:28 UTC |