RosettaCodeData/Task/Classes/Oforth/classes-1.fth

3 lines
73 B
Forth

Object Class new: MyClass(att)
MyClass method: initialize(v) v := att ;