On Sunday, 23 March 2014 at 20:56:45 UTC, Andrei Alexandrescu wrote:
Discuss: https://github.com/D-Programming-Language/dmd/pull/3399

Andrei

I like comma operator and use often in my code, it's a very nice syntactic construct for mini-statements.

if(len<=optlen)opti=i, optj=j, optlen=len;

Reply via email to