J Pfersich wrote:
This doesn't make sense: st> 123/3 asFraction ! 41
asFraction is a unary message and / is a binary message. Evaluation order: 1. unary messages 2. binary messages 3. keyword messages -- Stephen Compall http://scompall.nocandysw.com/blog _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
