2 lines
77 B
Smalltalk
2 lines
77 B
Smalltalk
theMessage := ('handleFileType' , suffix) asSymbol.
|
|
foo perform: theMessage.
|