Topic: Article : A Loop with an Exit Condition (Read 1020 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Oct 25, 2005, 04:57:13 pm »
You may often see this pattern when structuring your code in loop constructs. This tip shows you a better way to structure the code that removes redundancies.