Bag.st
changeset 1422 9a0b792f2953
parent 1372 d7bd1b463a65
child 5375 ed4815509a57
--- a/Bag.st	Sat May 18 16:51:33 1996 +0200
+++ b/Bag.st	Sat May 18 17:32:43 1996 +0200
@@ -180,11 +180,11 @@
 
      b := Bag new.
      b add:1; add:2; add:3; add:2; add:1.
-     Transcript showCr:b.
+     Transcript showCR:b.
 
      b removeAll.
 
-     Transcript showCr:b
+     Transcript showCR:b
     "
 
     "Modified: 12.4.1996 / 13:34:34 / cg"
@@ -304,5 +304,5 @@
 !Bag class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.23 1996-05-11 10:15:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.24 1996-05-18 15:24:28 cg Exp $'
 ! !