Integer.st
changeset 19600 aca6c5fb9d70
parent 19553 a1e1e8901461
child 19611 b1aaf1175f51
child 19874 799e9018b187
--- a/Integer.st	Sun Apr 17 22:29:54 2016 +0200
+++ b/Integer.st	Tue Apr 19 11:24:38 2016 +0200
@@ -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|