34,333
edits
Changes
→Breaking from Loops
}
</pre>
<google>IOSBOX</google>
It is important to note that in the case of nested loops the ''break'' statement only exits the current loop leaving the outer loop to continue executing (and most likely once again executing the inner loop).