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

3 lines
89 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
whichMessage := #( #'red' #'green' #'blue') at: computedIndex.
foo perform: whichMessage