Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-10
-
None
Description
Number.step(end, stepwidth)
should be the general implementation of upto() and downto().
It should allow
end < start with negative stepwith.
End-of-loop check must be inverted in this case.