>Bruce A. Julseth wrote on 23 apr 2007 in comp.lang.javas cript:
>
>Does an Exclusive OR Function come with Javescript? I couldn't find
>one but I'm hoping I missed it.
>
>Bitwise XOR Operator (^)
Or, for operands that are Boolean (and ! will force Boolean), == and !=
can be used. One is XOR and the other isn't. One can also use and <,
one of which is the Implies operator. And >= & <= should also work.
Comment