Next:
Object-syntax shortcuts
, Previous:
Object-saving and loading
, Up:
Object
1.120.15 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