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 8b1dd9f commit 0602581Copy full SHA for 0602581
doc/Language/list.pod6
@@ -62,7 +62,7 @@ shortcut. In this case the outer List becomes the first element of the Array.
62
# OUTPUT«((1 2) (3 4))»
63
@a := (1,2; 3,4);
64
say @a.flat;
65
- # OUTPUT«((1 2 3 4)»
+ # OUTPUT«(1 2 3 4)»
66
67
One of the ways C<@>-sigiled variables act like lists is by always supporting
68
L<positional subscripting|/language/subscripts>. Anything bound to a C<@>-sigiled
0 commit comments