The method Number >> to:by:do: iterates a block as specified by the receiver, argument, and the step value. A step value of 0 is not disallowed, so if the step value is 0, the block is evaluated infinitely with the initial argument.
Last updated: 8/12/14