Labels
Both continue
and break
can optionally take a label argument which is used
to break out of nested loops:
Speaker Notes
- Labeled break also works on arbitrary blocks, e.g.
Both continue
and break
can optionally take a label argument which is used
to break out of nested loops: