#DOCUMENTATION by mawalch
authormawalch
Thu, 25 Jan 2018 20:43:24 +0100
changeset 4571 2a2de2cb4b1b
parent 4570 39e965ca8d06
child 4572 ba12c6815ecc
#DOCUMENTATION by mawalch class: RunArray comment/format in: #setElementsFrom:
RunArray.st
--- a/RunArray.st	Fri Jan 19 19:24:11 2018 +0100
+++ b/RunArray.st	Thu Jan 25 20:43:24 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  This class is not covered by or part of the ST/X licence.
 
@@ -1093,8 +1095,8 @@
     aCollection size == 0 ifTrue:[^ self].
 
     "/ to avoid the reallocations when using
-    "/ multiple #add:withOccurrences: calls, 
-    "/ generate the runs collction as an orderedCollection
+    "/ multiple #add:withOccurrences: calls,
+    "/ generate the runs collection as an orderedCollection
     "/ and convert to an array at the end.
 
     nRuns := 0.
@@ -1143,7 +1145,8 @@
      RunArray from:#(1 2 3 3 3 4 5 5 6 6 6 6 6 6)
     "
 
-    "Modified: / 7.4.1998 / 09:33:57 / cg"
+    "Modified: / 07-04-1998 / 09:33:57 / cg"
+    "Modified (comment): / 25-01-2018 / 20:42:15 / mawalch"
 !
 
 setElementsFromRuns:runs values:values