"Vitali Falileev" wrote: > You have used wrong method name for multiplication > overloading. Correct code should do > o.__mult = the_mul; > instead of > o.__mul = the_mul;
You are right, thanks. Anyway, Neko segfaults and this is a bug. -- Marco Maggi "Now feel the funk blast!" Rage Against the Machine - "Calm like a bomb" -- Neko : One VM to run them all (http://nekovm.org)
