Python recently went the other way and added an assignment expression. I actually wish more languages would go further and add statement expressions instead of having to imitate them with IIFEs.
C just wouldn't be C without things like a[i++]
If the past few weeks of CVEs indicate anything, it's that C being C maybe isn't a good thing...
If the past few weeks of CVEs indicate anything, it's that C being C maybe isn't a good thing...