Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tuukkah
on Oct 6, 2022
|
parent
|
context
|
favorite
| on:
What does the ??!??! operator do in C?
It's interesting to see the history of any given piece of syntax. This specific one is called augmented assignment or compound assignment:
https://en.wikipedia.org/wiki/Augmented_assignment
+:= in Algol68
=+ in B
+= in C
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
+:= in Algol68
=+ in B
+= in C