FROGGS nqp-m -e 'BAR: while 1 { FOO: while 1 { say("huh"); last BAR }; }' 19:20
huh
\o/
note, that is not perl6, that is nqp
timotimo yays 19:29
dalek arVM: 09d52dc | (Tobias Leich)++ | / (12 files):
add support for named exception handlers for use in labeled loops

This also let one throw an exception with a label attached, so we can rethrow the exception until we hit the handler that is in charge for that label and exception category.
19:49