7 lines
108 B
Text
7 lines
108 B
Text
|
|
define :method reset(x : MyClass);
|
||
|
|
0 -> value(x);
|
||
|
|
enddefine;
|
||
|
|
reset(instance1);
|
||
|
|
;;; Print it
|
||
|
|
instance1 =>
|