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 4b28581 commit ba8ed09Copy full SHA for ba8ed09
doc/Language/traps.pod6
@@ -579,7 +579,7 @@ equivalent|/language/unicode_ascii> C<…^>).
579
say 1... ^5; # OUTPUT: «(1 0 1 2 3 4)»
580
say 1...^5; # OUTPUT: «(1 2 3 4)»
581
582
-If you place whitespace between the ellipsis (C<…>) and the carret (C<^>),
+If you place whitespace between the ellipsis (C<…>) and the caret (C<^>),
583
it's no longer a single infix operator, but an infix inclusive sequence operator
584
(C<…>) and a prefix L<Range> operator (C<^>). L«Iterables|/type/Iterable»
585
are valid endpoints for the sequence operator, so the result you'll get might
0 commit comments