Should the comma operator be removed in D2?

Ellery Newcomer ellery-newcomer at utulsa.edu
Tue Nov 17 13:40:41 PST 2009


Bill Baxter wrote:
> 
> However, I think for the good of humanity we can accept that one
> little bizarre example of legal C syntax not doing the same thing in
> D.

int[] i;

auto a = (i)[0];

what does this do?



More information about the Digitalmars-d mailing list