Next: Object-relational operators, Previous: Object-introspection, Up: Object [Index]
Print a basic representation of the receiver, followed by a new line.
Print a represention of the receiver on aStream
Print a represention of the receiver on the Transcript (stdout the GUI is not active). For most objects this is simply its #print representation, but for strings and characters, superfluous dollars or extra pair of quotes are stripped.
Print a represention of the receiver, then put a new line on the Transcript (stdout the GUI is not active). For most objects this is simply its #printNl representation, but for strings and characters, superfluous dollars or extra pair of quotes are stripped.
Print a represention of the receiver on aStream. For most objects this is simply its #printOn: representation, but for strings and characters, superfluous dollars or extra pair of quotes are stripped.
Answer a String representing the receiver. For most objects this is simply its #printString, but for strings and characters, superfluous dollars or extra pair of quotes are stripped.
Print a represention of the receiver on the Transcript (stdout the GUI is not active)
Print a represention of the receiver on stdout, put a new line the Transcript (stdout the GUI is not active)
Print a represention of the receiver on aStream
Answer a String representing the receiver
Next: Object-relational operators, Previous: Object-introspection, Up: Object [Index]