range expression

Range expressions contain all the numbers between and including two specified values, with .. between the values; for example, 1..5. Range expressions can only be used in specific places, such as in for expressions.