Re: A6: argument initializations via //=, ||=, ::= [OT]

2003-03-25 Thread Paul
(Note forwarded to the list as penance for my silliness. :) sub foo($x .= foo) {...} # Append foo to whatever $x given sub foo($x ~= foo) {...} # smart-test $x against foo Well, last time I looked (granted, it could've changed numerous times since then) ~ was the string concatenator

Re: A6: argument initializations via //=, ||=, ::= [OT]

2003-03-25 Thread Jonathan Scott Duff
On Tue, Mar 25, 2003 at 12:19:30PM -0800, Paul wrote: Is there a page up anywhere that summarizes the latest prognostications? Mike Lazzaro had compiled the state-of-the-ops for perl6, but I don't know if it's anywhere other than in the archives for this list. Just go to google groups and

Re: A6: argument initializations via //=, ||=, ::= [OT]

2003-03-25 Thread Paul
--- Jonathan Scott Duff [EMAIL PROTECTED] wrote: On Tue, Mar 25, 2003 at 12:19:30PM -0800, Paul wrote: Is there a page up anywhere that summarizes the latest prognostications? Mike Lazzaro had compiled the state-of-the-ops for perl6, but I don't know if it's anywhere other than in the