On 6/14/05, Piers Cawley <[EMAIL PROTECTED]> wrote:
> Following a conversation with Chip on IRC, is this
> 
>     my @y := @foo[0..][1];
> 
> legal?

Definitely not.  But it sure would be nice if this:

    my @y := @foo[0...][1];

were.

Luke

Reply via email to