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