You're right, it doesn't, but it does solve your "replace ++ with §" problem.
Would it? I showed an example of how, depending on the order of the parsing, it might give different results. That's because it could be either ++var or ++var! Don't take it for granted ;)Quote:
If the code were unambiguous, it wouldn't matter what order the terms were evaluated in, since they don't affect each other.
(But I still don't know if it's undefined or not. The easiest way is to just put it in your compiler, compile, see the result and duplicate in another compiler. If it's the same, it's defined, if not, it's undefined.)

