[EMAIL PROTECTED] writes:
: On Tue, Oct 30, 2001 at 09:39:03AM +1100, Damian Conway wrote:
: > Okay, so let's clarify:
: >
: > 1. If you declare a method *with* a colon separator in its parameter
: > list:
: >
: > method foo ($self: $foosrc, $foodest, $etc) {...}
:
: Um, can we be even more clear? What does the following do?
:
: method foo ($atc, $btc: $ctc, $dtc, $etc) {...}
:
: Is that an error?Multimethod dispatch on two objects? Larry
