|
|
|
|
|
by bluecalm
2909 days ago
|
|
It's not a problem in C anymore as modern compilers warn about that so you had to put additional parenthesis to make it clearer. I like C way of assignment being an expression. I think having separate statement and then assignment expresdion is a mess. It's still useful though as Python was missing where keyword like feature from Haskell which is necessary to avoid duplicating computation in list comprehension. |
|