Re: Alternately named arguments

2003-10-25 Thread Luke Palmer
David Storrs writes: > On Fri, Oct 24, 2003 at 12:57:18AM -0600, Luke Palmer wrote: > > Presuming you can do: > > > > (who => $name, why => $reason) := (why => $because, who => "me"); > > > > (from A6) > > > > Does that imply that you can do: > > > > sub routine (name => $nombre, date =

Re: Alternately named arguments

2003-10-25 Thread David Storrs
On Fri, Oct 24, 2003 at 12:57:18AM -0600, Luke Palmer wrote: > Presuming you can do: > > (who => $name, why => $reason) := (why => $because, who => "me"); > > (from A6) > > Does that imply that you can do: > > sub routine (name => $nombre, date => $fecha) {...} > > Anyway, I just reali