Next: Number-testing, Previous: Number-retrying, Up: Number [Index]
Return an interval going from the receiver to stop by 1
Return an interval going from the receiver to stop with the given step
Evaluate aBlock for each value in the interval going from the receiver to stop with the given step. The results are collected in an Array and returned.
Evaluate aBlock for each value in the interval going from the receiver to stop with the given step. Compiled in-line for integer literal steps, and for one-argument aBlocks without temporaries, and therefore not overridable.
Evaluate aBlock for each value in the interval going from the receiver to stop by 1. The results are collected in an Array and returned.
Evaluate aBlock for each value in the interval going from the receiver to stop by 1. Compiled in-line for one-argument aBlocks without temporaries, and therefore not overridable.