On 2009-08-07 06:50:25 -0400, "Lars T. Kyllingstad" <pub...@kyllingen.nospamnet> said:

Daniel Keep has proposed the syntax

   a*^b

while my suggestion was

   a^^b

I always wondered why there isn't an XOR logical operator.

        binary     logical
        (a & b) => (a && b)
        (a | b) => (a || b)
        (a ^ b) => (a ^^ b)


--
Michel Fortin
michel.for...@michelf.com
http://michelf.com/

Reply via email to