> And that's also why we need a different way of returning from the
> innermost block (or any labelled block).  "last" almost works, except
> it's specific to loops, at least in Perl 5 semantics.  I keep thinking
> of "ret" as a little "return", but that's mostly a placeholder in
> my mind.  I've got a lot of those...

A unary <-, as in

    if $foo -> {
        <- $bar
    }

?

--
ralph

Reply via email to