6 lines
100 B
Smalltalk
6 lines
100 B
Smalltalk
|
accessing
|
||
|
printOn: aStream
|
||
|
super printOn: aStream.
|
||
|
aStream
|
||
|
nextPutAll: ' ( ', self brief, ' )'
|
||
|
|