Next:
Array-testing
, Previous:
Array-mutating objects
, Up:
Array
1.4.4 Array: printing
isLiteralObject
Answer whether the receiver is expressible as a Smalltalk literal.
printOn: aStream
Print a representation for the receiver on aStream
storeLiteralOn: aStream
Store a Smalltalk literal compiling to the receiver on aStream
storeOn: aStream
Store Smalltalk code compiling to the receiver on aStream