"Kenji Hara" <[email protected]> wrote in message news:[email protected]...
2014-03-24 10:09 GMT+09:00 bearophile <[email protected]>:

    if (cond) exp1, exp2;   // in most case, this is not a bug.

It's not a bug, but this does the same thing - so why use the comma operator?

if (cond) { exp1; exp2; }

It catches bugs that are otherwise very difficult to spot.

Reply via email to