all: intial code import
This commit is contained in:
7
ContactBook.package/Contact.class/instance/printOn..st
Normal file
7
ContactBook.package/Contact.class/instance/printOn..st
Normal file
@@ -0,0 +1,7 @@
|
||||
printing
|
||||
printOn: aStream
|
||||
aStream
|
||||
nextPutAll: self fullname;
|
||||
nextPutAll: ' <';
|
||||
nextPutAll: self email;
|
||||
nextPutAll: '>'
|
Reference in New Issue
Block a user