IonicWind Software

Aurora Compiler => General Discussion => Topic started by: lviklund on January 08, 2006, 09:50:45 AM

Title: xor?
Post by: lviklund on January 08, 2006, 09:50:45 AM
Hi
Is xor implemented? I can't figure out how :-\.
/Lasse
Title: Re: xor?
Post by: Ionic Wind Support Team on January 08, 2006, 09:52:21 AM
Same as in Pro

a = b || c;

Title: Re: xor?
Post by: lviklund on January 08, 2006, 09:56:53 AM
Thank's
How could I missed that obvious variant ::).
Title: Re: xor?
Post by: Ionic Wind Support Team on January 08, 2006, 09:58:05 AM
Supposed to work with

a = b XOR c;

But I haven't added the keyword yet ;)