Problem is, if you have a `when` statement in a lo...
# language-proposals
d
Problem is, if you have a
when
statement in a loop, you just can't use
break
or
continue
without a label there.