This repository was archived by the owner on Jul 22, 2020. It is now read-only.
Is assigned expression always evaluated even if not needed? #28
Labels
question
Further information is requested
Uh oh!
There was an error while loading. Please reload this page.
in this example:
a++
is not evaluated.in this case:
should
a++
be executed?The text was updated successfully, but these errors were encountered: