Re: Alternately named arguments

2003-10-26 Thread Luke Palmer
Hi Damian, welcome back! Damian Conway writes: > Luke Palmer asked: > > >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) {...} > >

Re: Alternately named arguments

2003-10-26 Thread Damian Conway
Luke Palmer asked: 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) {...} If we're consistent about lvalues of binds being the same as argument lists, it prob