VERSION:0.04 OBJECTSTACK:999 CSTACK:999 HEAP:5000 (load "evaltest.scm") superClass theClass (define o (theClass 1)) o o.x 99 o.display-status o.super o.super.x 11 o.super.+! o.self.x 99 o.self.super.x 11 (o.display-status) 99+11=110 (o.test-method) start 99+11=110 end 101+12=113 (o.display-status) 101+12=113