smalltalk Object subclass: #MyTable instanceVariableNames: 'name age gender' classVariableNames: '' poolDictionaries: '' category: 'MyApp' smalltalk table := MyTable new. table name: 'John'. table age: 30. table gender: 'Male'. table commit.


上一篇:
下一篇:
切换中文