#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 10:56:46 +0100
changeset 21520 808c4175a149
parent 21519 f39808be9f7e
child 21521 3766ddd131dc
#DOCUMENTATION by cg class: Character comment/format in: #to:
Character.st
--- a/Character.st	Wed Feb 22 10:56:22 2017 +0100
+++ b/Character.st	Wed Feb 22 10:56:46 2017 +0100
@@ -1468,9 +1468,12 @@
 
 to:aMagnitude
     "Return an Interval over the characters from the receiver to <aMagnitude>.
-     Wrap <aMagnitude> if it is not a legal Character value. (JS)"
+     Wrap <aMagnitude> if it is not a legal Character value. (JS)
+     CG: why wrap - is this a good idea?"
 
     ^ Interval from:self to:(aMagnitude \\ 16r3FFFFFFF)
+
+    "Modified (comment): / 22-02-2017 / 10:56:38 / cg"
 !
 
 to:aMagnitude by:inc