Up: System_math
System.math.rangeImplements: see System_object
Represents a range of numbers.
Supported constructors:
System.math.range(from, to[, step])from to to, with
an optional step (1 or 1.0 if not provided).
Supported methods:
reset()cur()null if at the end. (overridden; see System_object).
next()step, returning true if successful or false if
at the end of the list. (overridden; see System_object).
Supported properties:
fromnumbertonumberstepcurrent