[Issue 2659] New: Remove the comma operator

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 13 08:06:08 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2659

           Summary: Remove the comma operator
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au


The comma operator is an unintuitive operator with very few commendable uses.

If comma were added to the increment grammar of the for loop,
the comma operator could be removed from the language.

It's another piece of baggage from C.


-- 



More information about the Digitalmars-d-bugs mailing list