|
|
|
|
|
by zarzavat
34 days ago
|
|
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++] |
|