Symbol>>isBinary

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Symbol>>isBinary

stephane ducasse
binary messages are not frequently called infix ones in our parlance so isBinary seems better.


Symbol>>isBinary
        "Answer whether the receiver is a binary message selector."

        ^ self precedence == 2

Stef
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project