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 c8748d9 commit fdef767Copy full SHA for fdef767
doc/Language/contexts.pod6
@@ -80,7 +80,7 @@ say True+$list; # OUTPUT: «4»
80
=end code
81
82
In the case of I<listy> things, the numeric value will be in general equivalent
83
-to C<.elems>; in some cases, like L<Thread|/Numeric#(Thread)_method_Numeric> it
+to C<.elems>; in some cases, like L<Thread|/routine/Numeric#(Thread)_method_Numeric> it
84
will return an unique thread identifier.
85
86
=head1 String X<|string context>
0 commit comments