Array of numbers starting from start and progressing up to, but not including, stop.
start
stop
The lower boundary of the array (included)
The upper boundary of the array (excluded)
An array starting from start, incrementing with a step, and going to a maximum of stop-1
step
stop-1
Array of numbers starting from
start
and progressing up to, but not including,stop
.