Should we deprecate comma?

Kagamin spam at here.lot
Mon Mar 24 09:34:45 PDT 2014


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;


More information about the Digitalmars-d mailing list