|
|
|
|
|
by BruceIV
4576 days ago
|
|
Yeah, the one that got me is "branch on variable declaration", which I believe is actually a special case of the fact that assignment is actually an expression which returns the assigned value; `a = b = c = 42;` works for the same reason. |
|