Character.st
changeset 21520 808c4175a149
parent 21519 f39808be9f7e
child 21535 f1ca40b3f545
--- 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