* Damian Conway ([EMAIL PROTECTED]) wrote:
>    > I'm all hypered up. Does this mean that in Perl 6 I can do this:
>    > 
>    > @a =^+ 1;
> 
> You *can*, but it's not the same as doing:
> 
>      @a ^=+ 1;
> 
> or:
> 
>      @a ^+= 1;
> 
> %-)

What does this last line do? ;-)

-- 
Greg McCarroll                                 http://217.34.97.146/~gem/

Reply via email to