Range produces a range of numbers starting with startInclusive and ending before endExclusive.
If startInclusive is greater than endExclusive, or increment is not positive, the behavior of this function is undefined.
defaults to 1
Range produces a range of numbers starting with startInclusive and ending before endExclusive.
If startInclusive is greater than endExclusive, or increment is not positive, the behavior of this function is undefined.