CSE Machine: sequences with let/const should not be reordered
Opened this issue · 3 comments
martin-henz commented
RichDom2185 commented
Is this not the correct behaviour? Since the control is read bottom-to-top?
RichDom2185 commented
martin-henz commented
Sorry, messages crossed. Yes, I was confused. Only the first issue that I posted is valid. So the current post states the problem: a confusing reordering of statements, in case of const/let mixed with value-producing statements.