Complex.st
changeset 23643 22176167f5b8
parent 23167 3d8ef4a8970d
child 23644 a1ff1b6e80dd
--- 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;