The concurrent execution of “counter++” and “counter--” is equivalent
to a sequential execution in which the lower-level statements presented
previously are interleaved in some arbitrary order (but the order within each
high-level statement is preserved). One such interleaving is the following:


-> but the order withen each high-level statement is preserved 각각의 하이레벨 문장 내에서의 순서는 보존된다? 이게 무슨 말임? 내가 해석을 잘못한건가??