Skip to content

Planning: labeled break and continue #43

@LB--

Description

@LB--

This is a must-have. Any block of code (anonymous, for, switch, while, case, etc.) can be labeled, and then break <label>; and continue <label>; will specify which block to break or continue. Extremely useful for certain algorithms, and convenient in many other cases.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions