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.
2 parents 9f8aa4e + 67ea14b commit cb967cfCopy full SHA for cb967cf
doc/Type/Mu.pod6
@@ -301,7 +301,7 @@ stringifying non-C<Str> object using the C<.Str> method.
301
302
multi method say(--> Bool:D)
303
304
-Prints value to C<$*OUT> after stringification using C<.gist> method with
+Prints value to C<$*OUT> after stringification using L<gist|/routine/gist> method with
305
newline at end. To produce machine readable output use C<.put>.
306
307
say 42; # OUTPUT: «42»
0 commit comments