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.
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.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library