2020-12-23 14:59:06 +01:00

6 lines
256 B
Plaintext

When only the condition expression is defined in a ``for`` loop, and the initialization and increment expressions are missing, a ``while`` loop should be used instead to increase readability.
include::../noncompliant.adoc[]
include::../compliant.adoc[]