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)...

Reply via email to