LongIntegerArray.st
changeset 23964 54ca96b24b2b
parent 20652 9513ab0b635f
--- a/LongIntegerArray.st	Sun Mar 24 12:26:44 2019 +0100
+++ b/LongIntegerArray.st	Sun Mar 24 12:26:47 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1998 by Claus Gittinger / eXept Software AG
 	      All Rights Reserved
@@ -54,6 +56,9 @@
         WordArray SignedWordArray IntegerArray SignedIntegerArray
         SignedLongIntegerArray
 
+    [caveat:]
+        should probably be renamed to UnsignedInt64Array
+
     [author:]
         Claus Gittinger
 "