We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200060b commit a8ba75cCopy full SHA for a8ba75c
doc/Type/Range.pod6
@@ -41,7 +41,7 @@ than the end point, the range is considered empty.
41
42
Use the L<...|/language/operators#infix_...> sequence operator to produce lists of elements that
43
go from larger to smaller values, or to use offsets other than
44
-increment-by-1.
+increment-by-1 and other complex cases.
45
46
Use C<Inf> or C<*> (Whatever) to indicate an end point to be open-ended.
47
0 commit comments