Closed jonathanmclaus closed 3 years ago
This variable isn't needed. It's always true until after the if-condition is evaluated in the final step of the for-loop.
true
Is there a test for this?
@Frotty there is already a test for this here and it still passes.
This variable isn't needed. It's always
true
until after the if-condition is evaluated in the final step of the for-loop.