Introduction
The range operator (..) helps you create a list of numbers quickly without typing each one.
When you want to count from 1 to 10 in a script.
To create a list of numbers for looping through tasks.
When you need to generate a sequence of numbers for calculations.
To quickly make a list of days or months in a script.
When you want to select a range of items by their number.