diff -r 1ab778abeb7c -r 22176167f5b8 Complex.st --- a/Complex.st Thu Jan 24 12:48:48 2019 +0100 +++ b/Complex.st Thu Jan 24 17:05:06 2019 +0100 @@ -968,7 +968,7 @@ ^real * real + (imaginary * imaginary) ! ! -!Complex methodsFor:'printing'! +!Complex methodsFor:'printing & storing'! displayOn: aGCOrStream "/ what a kludge - Dolphin and Squeak mean: printOn: a stream;