Interval.st
changeset 3 24d81bf47225
parent 2 6526dde5f3ac
child 5 67342904af11
--- a/Interval.st	Mon Oct 04 11:32:33 1993 +0100
+++ b/Interval.st	Wed Oct 13 01:19:00 1993 +0100
@@ -27,8 +27,7 @@
 For example, the interval (1 to:5) containes the elements (1 2 3 4 5) and
 (1 to:6 by:2) contains (1 3 5).
 
-
-%W% %E%
+$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.3 1993-10-13 00:16:17 claus Exp $
 
 written summer 89 by claus
 '!