Dan Sugalski <[EMAIL PROTECTED]> wrote: > ...is operator overloading. Addition > may not really be addition, if one or the other of the data in the > operation overloads the addition operator.
pdd02 has 7 vtable slots for C<add>. How will use overload '+' => \&my_add; look like in Parrot? leo