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