Discuss: https://github.com/D-Programming-Language/dmd/pull/3399Andrei
+1 The comma operator is one of the most terrible things in C/C++. Please, remove it from D.P.S. C# also haven't got support of comma operator. Instead, it use comma for multidimensional array definition. It will de nice to have the same multidimensional array support in D.
