|
|
|
|
|
by josch
4981 days ago
|
|
Not really answering your question, but more to the point of the discussion in my opinion, a() + b() could be ambiguous if a() and b() are functions with side effects and the evaluation order of the +-operator is not specified. |
|