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

6 lines
95 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[
foo perform: theMessage
] on: MessageNotUnderstood do:[
Dialog information: 'sorry'
]