I looked at the documentation for the Ranges and I see no mention of backwards ranges.
Is it possible to do something like:
for (n in 100..1) {
println(n)
}
And get results:
100
99
98
...
|
I looked at the documentation for the Ranges and I see no mention of backwards ranges. Is it possible to do something like:
And get results:
|
|||
|
|
|
Reversed ranges are supported using the minus To invoke a method on that range, you will then need to surround it with parentheses as in |
|||||||
|
|
If you look at the exact page you linked to, there's a suggestion for a |
|||||||||
|