On Sat, 26 Oct 2002, Steve Canfield wrote:
: Will Perl6 have labeled if blocks?  Like this:
: 
:   BLAH:
:   if ($foo) {
:      ...
:      last BLAH if $bar;
:      ...
:   }

I don't see why we need it offhand.  But we might well have something
that returns out of the innermost {...} anyway, so you could use that.

Larry

Reply via email to