On Tue, Nov 29, 2005 at 12:36:03PM -0800, Chip Salzenberg wrote:
> On Tue, Nov 29, 2005 at 02:18:17PM -0600, Patrick R. Michaud wrote:
> >     P0 = P1[S1]    # supported?
> 
> Yes, it means to fetch a PMC and make P0 an alias to it.  Perl 6
> equivalent should be, more or less:
> 
>     $a := $array[$i];

Oops!  I conflated old and new.  Let me try again.

What used to be "P0 = P1[S1]" will be spelled "P0 := P1[S1]".
The syntax "P0 = P1[S1]" will no longer be legal.
-- 
Chip Salzenberg <[EMAIL PROTECTED]>

Reply via email to