The example:
++structure.field;
increments field instead of giving "wrong type argument to increment" compiler error, although ++ and . operators are equaly hierarchized ergo: should've been executed from left to right.
Am I missing something here?
