Here are some examples of Intention Revealing Messages and their implementation: Collection>>isEmpty ^self size = 0 Number>>reciprocal ^1 / self Object>>= anObject ^self == anObject
example: intention revealing messages.
method call signature or names in Python or Java