Previous section
To contents
Next section
3.3 Breaking out of loops
The loop control structures above are enough to solve any problem, but
they are not enough to provide an easy solution to all problems. One thing
that is still missing is the ability to exit a loop in the middle of it.
There are three ways to do this:
Previous section
To contents
Next section