Exponential operator

Michel Fortin michel.fortin at michelf.com
Fri Aug 7 09:55:10 PDT 2009


On 2009-08-07 06:50:25 -0400, "Lars T. Kyllingstad" 
<public at 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.fortin at michelf.com
http://michelf.com/




More information about the Digitalmars-d mailing list