|
|
|
|
|
by jstimpfle
747 days ago
|
|
Yes, this is called statement-expression (instead of expression-statement which is the normal "doer" statement that contains just an expression followed by a semicolon). The Linux kernel makes quite a bit of use of them as far as I'm aware. |
|