range

Creates an array from start to end (inclusive), stepping by step.
If start is larger than end, the array is generated in reverse

Example