Please rid me of this goto
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jun 24 03:11:11 PDT 2016
On Friday, 24 June 2016 at 08:40:26 UTC, Patrick Schluter wrote:
> On Thursday, 23 June 2016 at 20:01:26 UTC, deadalnix wrote:
>> On Thursday, 23 June 2016 at 19:24:54 UTC, via Digitalmars-d
>> wrote:
>>> On Thu, Jun 23, 2016 at 07:11:26PM +0000, deadalnix via
>>> Digitalmars-d wrote:
>>>> | is bitwize or. || is binary or.
>>>> & is bitwize and. && is binary and.
>>>> ^ is bitwize xor. ^^ is... no, never mind.
>>>
>>> binary xor is.... !=
>>>
>>> lol
>>
>> 3 != 5 is true.
>> 3 binaryxor 5 is false.
>
> He meant logical xor, because binary xor exists (^) and there
> would be no point to mention an equivalence.
Still doesn't work.
More information about the Digitalmars-d
mailing list