Suppose there are "breakable" / "continuable" stat...
# language-proposals
d
Suppose there are "breakable" / "continuable" statements (loops, whens). Simple rule would be "break/continue applies to the nearest (innermost) statement", as it does for loops now.