Made Game For the Raylib 6.0 Jam

Ali Çehreli acehreli at yahoo.com
Tue Jul 21 02:52:26 UTC 2026


On 7/19/26 7:49 PM, Steven Schveighoffer wrote:
 > ```d
 > (x = 2), (x = 3);
 > ```
 > So the actual result of the comma operator is not being used.

Yes, that was how the comma operator was crippled. As you say, it's 
still allowed if the value of the expression is not used.

Ali



More information about the Digitalmars-d mailing list