Standardize on a single loop for all versions of it and prefer to use "for" loops with the iterator increment directly in the loop statement instead of using "while" loops with the increment somewhere inside the loop, where it could be possibly skipped by a "continue" statement. No real changes.
354 KiB
354 KiB