RosettaCodeData/Task/Call-an-object-method/Smalltalk/call-an-object-method-5.st
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

5 lines
95 B
Smalltalk

[
foo perform: theMessage
] on: MessageNotUnderstood do:[
Dialog information: 'sorry'
]