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