I have another question, too short to create another thread. What happens
if some object has method a: and b: AND a:b:? For example, SmallInt has
method raisedTo:modulo:, but what will happen, if I define methods
SmallInt>>raisedTo: and SmallIt>>modulo: and then execute "5 raisedTo: 6
modulo: 3"? Will it use "raisedTo:modulo:" method or will it use
"raisedTo:" method and then send "modulo:" method to the result?

Jan

Reply via email to