7 lines
88 B
Smalltalk
7 lines
88 B
Smalltalk
|
|
Object
|
||
|
|
subclass:#Thingy
|
||
|
|
instanceVariableNames:''
|
||
|
|
|
||
|
|
thing
|
||
|
|
^ 'thingy implementation'
|