7 lines
127 B
Smalltalk
7 lines
127 B
Smalltalk
printing
|
|
printOn: aStream
|
|
aStream
|
|
nextPutAll: self fullname;
|
|
nextPutAll: ' <';
|
|
nextPutAll: self email;
|
|
nextPutAll: '>' |