for(...; x; ...) if (y) break; → for(...; x&&!y; ...); similarly for `while` and some combinations (i.e. the `break` appears in the `else` clause, etc.) |
||
|---|---|---|
| .. | ||
| compress | ||
| run-tests.js | ||
for(...; x; ...) if (y) break; → for(...; x&&!y; ...); similarly for `while` and some combinations (i.e. the `break` appears in the `else` clause, etc.) |
||
|---|---|---|
| .. | ||
| compress | ||
| run-tests.js | ||