Changes between Version 4 and Version 5 of Ticket #126, comment 5


Ignore:
Timestamp:
Apr 6, 2017, 11:39:17 AM (7 years ago)
Author:
patrik.svestka@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #126, comment 5

    v4 v5  
    22
    33EDIT: (improved the code)
     4EDIT2: (further improved the code)
    45{{{
    56  "/Smalltalk versionString'6.2.5.2131'
     
    1213startingLetter := $A.
    1314
    14 iterrations := (charToDisplay / maxCharBuffer) floor + 1.
     15iterrations := (charToDisplay / maxCharBuffer).
     16
     17iterrations isInteger ifFalse:[
     18                        iterrations := (iterrations asFloat) floor + 1.
     19                      ].
    1520
    1621(1 to: iterrations) do: [:aNumber |