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

7 lines
108 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
define :method reset(x : MyClass);
0 -> value(x);
enddefine;
reset(instance1);
;;; Print it
instance1 =>