Object Class new: Complex(re, im) Complex method: re @re ; Complex method: im @im ; Complex method: initialize := im := re ; Complex method: << '(' <float ->n @re n / @im neg n / Complex new ; Complex method: /( c -- d ) c self inv * ; Integer method: >complex self 0 Complex new ; Float method: >complex self 0 Complex new ;