dmd 1.053 and 2.037 release

Kagamin spam at here.lot
Tue Dec 8 03:26:01 PST 2009


Jeremie Pelletier Wrote:

> I myself use the comma operator in for loops and simple assignments such 
> as 'if(something) x = a, y = b;'.

also:

for(...)
  if(test) found=TRUE, break;
if(found)...


More information about the Digitalmars-d-announce mailing list