RosettaCodeData/Task/Classes/Pop11/classes-3.pop11

7 lines
108 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
define :method reset(x : MyClass);
0 -> value(x);
enddefine;
reset(instance1);
;;; Print it
instance1 =>