class: AutoResizingOrderedCollection
authorClaus Gittinger <cg@exept.de>
Fri, 12 Jun 2015 09:24:29 +0200
changeset 3571 968420ff1815
parent 3570 5e8a9a8cbb3d
child 3572 79d49f15915f
child 3573 d5f906c5244d
class: AutoResizingOrderedCollection comment/format in: #examples
AutoResizingOrderedCollection.st
--- a/AutoResizingOrderedCollection.st	Fri Jun 12 09:23:44 2015 +0200
+++ b/AutoResizingOrderedCollection.st	Fri Jun 12 09:24:29 2015 +0200
@@ -29,7 +29,7 @@
     coll := AutoResizingOrderedCollection new.
     coll at:4 put:'four'.
     coll at:8 put:'eight'.
-    coll
+    coll at:9
 "
 ! !