Integer.st
branchjv
changeset 19611 b1aaf1175f51
parent 19559 d35a89d5c0ec
parent 19600 aca6c5fb9d70
child 19882 8a3f4071dfec
--- a/Integer.st	Mon Apr 18 07:17:25 2016 +0100
+++ b/Integer.st	Wed Apr 20 07:02:04 2016 +0100
@@ -754,6 +754,8 @@
     "Modified: / 15.11.1999 / 20:35:20 / cg"
 ! !
 
+
+
 !Integer class methodsFor:'class initialization'!
 
 initialize
@@ -1441,7 +1443,6 @@
 ! !
 
 
-
 !Integer methodsFor:'bcd conversion'!
 
 decodeFromBCD
@@ -1963,8 +1964,8 @@
 !
 
 highBit
-    "return the bitIndex of the highest bit set. The returned bitIndex
-     starts at 1 for the least significant bit.
+    "return the bitIndex of the highest bit set. 
+     The returned bitIndex starts at 1 for the least significant bit.
      Returns 0 if no bit is set."
 
     |byteNr highByte|