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

--Brent Dax <[EMAIL PROTECTED]>
Perl and Parrot hacker
 
"Yeah, and my underwear is flame-retardant--that doesn't mean I'm gonna
set myself on fire to prove it."

Reply via email to