checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 07 May 2002 14:07:20 +0200
changeset 6532 e6bd5b495eee
parent 6531 8798c9a1d1e6
child 6533 8396a7332890
checkin from browser
Interval.st
--- a/Interval.st	Tue May 07 14:05:45 2002 +0200
+++ b/Interval.st	Tue May 07 14:07:20 2002 +0200
@@ -264,6 +264,7 @@
      1e7 to:1e7+1 by:0.25 do:[:v | Transcript showCR:v]
      1.0 to:2.0 by:0.25 do:[:v | Transcript showCR:v]
      2.0 to:1.0 by:-0.25 do:[:v | Transcript showCR:v]
+     $a to:$z do:[:v | Transcript showCR:v]
     "
 !
 
@@ -355,5 +356,5 @@
 !Interval class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.29 2001-10-31 14:57:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.30 2002-05-07 12:07:20 cg Exp $'
 ! !