-
Oleg Kolosov authored
Using "for" statement instead of "if", as suggested by Kenton, still avoids "dangling else" warnings and also allows to have diagnostics on missing ";" at the end. So this way is better.
11ee5380
Using "for" statement instead of "if", as suggested by Kenton, still avoids "dangling else" warnings and also allows to have diagnostics on missing ";" at the end. So this way is better.