RosettaCodeData/Task/Call-an-object-method/Smalltalk/call-an-object-method-5.st

6 lines
95 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
[
foo perform: theMessage
] on: MessageNotUnderstood do:[
Dialog information: 'sorry'
]