This method is a short-cut for #display:; it prints anObject on the
receiver by sending displayOn: to anObject. This method is provided
so that you can use cascading and obtain better-looking code
display: anObject
Print anObject on the receiver by sending displayOn: to anObject. This
method is provided so that you can use cascading and obtain
better-looking code
print: anObject
Print anObject on the receiver by sending printOn: to anObject. This
method is provided so that you can use cascading and obtain
better-looking code