Skip to content

Commit 02e4e0d

Browse files
committed
fix example compilation
1 parent 71457b6 commit 02e4e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Type/Capture.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ as named arguments and positional arguments will be passed as positional
6767
arguments. You may re-use the capture as many times as you want, even with
6868
different subroutines.
6969
70+
=for code :preamble<my $d;my $e; sub greet {...}>
7071
say greet |$d; # OUTPUT: «Mugen, 19␤»
7172
say greet |$e; # OUTPUT: «Jin, 20␤»
7273

0 commit comments

Comments
 (0)