2 lines
292 B
Plaintext
2 lines
292 B
Plaintext
Testing ``++for++`` loop termination using an equality operator (``++==++`` and ``++!=++``) is dangerous, because it could set up an infinite loop. Using a broader relational operator instead casts a wider net, and makes it harder (but not impossible) to accidentally write an infinite loop.
|