Skip to content

Commit f53d698

Browse files
committed
Add rakudo-specificness of "dd", AlexDaniel++
1 parent 85cf0d3 commit f53d698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/faq.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ except the type).
556556
say $x; # OUTPUT: «(Date)␤»
557557
558558
If you like to show a debugging version of an object, it is probably better
559-
to use C<dd>. It essentially does a C<$obj.perl> and shows that on STDERR
560-
rather than STDOUT, so it won't interfere with any "normal" output of your
561-
program.
559+
to use the L«rakudo-specific C<dd> routine|/programs/01-debugging#Dumper_function_dd».
560+
It essentially does a C<$obj.perl> and shows that on STDERR rather than STDOUT,
561+
so it won't interfere with any "normal" output of your program.
562562
563563
So, C<say> is optimized for casual human interpretation, C<dd> is optimized
564564
for casual debugging output and C<print> and C<put> are more generally suitable

0 commit comments

Comments
 (0)