3 lines
73 B
Forth
3 lines
73 B
Forth
|
|
Object Class new: MyClass(att)
|
||
|
|
MyClass method: initialize(v) v := att ;
|