Creates an array of numbers within a given range.
start
stop
step
The number to start at (inclusive).
The number to stop at (exclusive).
The step size between numbers, defaulting to 1.
An array of numbers satisfying the range provided.
If step is 0.
0
If step direction does not match the order of start and stop.
Creates an array of numbers within a given range.
startand exclusive ofstop.stepmust match the direction of the range.