5 lines
95 B
Smalltalk
5 lines
95 B
Smalltalk
[
|
|
foo perform: theMessage
|
|
] on: MessageNotUnderstood do:[
|
|
Dialog information: 'sorry'
|
|
]
|