Suggestion: Xor Comparison Operator

Nick Sabalausky a at a.a
Thu Jul 3 21:35:57 PDT 2008


"Gregor Richards" <Richards at codu.org> wrote in message 
news:486DA24F.3090706 at codu.org...
> Nick Sabalausky wrote:
>> Pretty much just as the subject says. It's rare and far from major, but 
>> I've come across a few places where it would be nice to be able to say 
>> "if(A ^^ B)" instead of "if(A && !B || !A && B)".
>
> != is xor, genius.
>
>  - Gregor Richards

Heh, oh yea :)

if((x == 1) != (y != 2))

No reason for that not to work.

Too tired today :) 





More information about the Digitalmars-d mailing list