Skip to content

Commit ce11ba2

Browse files
committed
allow dd
1 parent 7303608 commit ce11ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ so Tiny it lost the "t"). This will print the C<.perl> representation plus
16521652
some extra information that could be introspected, of the given variables on
16531653
STDERR:
16541654
1655-
=begin code :preamble<no strict;>
1655+
=begin code :preamble<no strict;> :ok-test<dd>
16561656
# Perl 6
16571657
dd $foo, $bar, @baz;
16581658
# Output

0 commit comments

Comments
 (0)