Next: , Previous: , Up: Object   [Index]


1.123.16 Object: storing

store

Put a String of Smalltalk code compiling to the receiver on the Transcript (stdout the GUI is not active)

storeLiteralOn: aStream

Put a Smalltalk literal compiling to the receiver on aStream

storeNl

Put a String of Smalltalk code compiling to the receiver, followed by a new line, on the Transcript (stdout the GUI is not active)

storeOn: aStream

Put Smalltalk code compiling to the receiver on aStream

storeString

Answer a String of Smalltalk code compiling to the receiver