Brent Dax wrote:
> 
> TOGoS:
> # Personally, I would like "=" to mean 'set', and
> # maybe "<-" do 'assign'.
> 
> I usually think of registers as variables with fixed names, so the Perl
> 6 part of my brain suggests:
> 
>         $P0  = $P1      #assign
>         $P0 := $P1      #set

Which is why I suggested, when proposing renaming assign, set, and clone
to alias, mutate, create, that shorthand for alias (which is today's set
Px, Py and set Sx, Sy) be ":=", and shorthand for mutate (which is
today's assign) be "=".


-- 
$a=24;split//,240513;s/\B/ => /for@@=qw(ac ab bc ba cb ca
);{push(@b,$a),($a-=6)^=1 for 2..$a/6x--$|;print "[EMAIL PROTECTED]
]\n";((6<=($a-=6))?$a+=$_[$a%6]-$a%6:($a=pop @b))&&redo;}

Reply via email to