[Bug 131] New: DocComments/Expression -- ^^ logical xor feature request

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 6 16:07:06 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=131

           Summary: DocComments/Expression -- ^^ logical xor feature request
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: www.digitalmars.com
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: braddr at puremagic.com


Copied from wiki4d as it makes a lot of sense from a completeness and
consistency standpoint:

The <nowiki>XorXor</nowiki> (^^) operator would relate to the
<nowiki>OrOr</nowiki> "||" and <nowiki>AndAnd</nowiki> "&&" operators in the
same way that the bit wize xor "^" operator relates to bit wize Or "|" and And
"&" 

if (paper ^^ plastic)
{
    bag(items);
}


-- 




More information about the Digitalmars-d-bugs mailing list