hello, how can i add a simple method to a simple class in smalltalk x by using just code without browser . for example: why this is not good? (i tried to do it by the tutorial of smalltalk x.. ) Object subclass: #Tokenizer instanceVariableNames: 'name' classVariableNames: '' poolDictionaries: '' cat...