--- gforth/objexamp.fs 1998/10/07 18:29:38 1.2 +++ gforth/objexamp.fs 1998/12/08 22:02:49 1.4 @@ -1,6 +1,6 @@ \ examples and tests for objects.fs -\ written by Anton Ertl 1996, 1997 +\ written by Anton Ertl 1996-1998 \ public domain cr object heap-new print @@ -155,6 +155,8 @@ z print cr z val . cr z inc z val . cr +1 z add +z val . cr \ test inst-value object class