Skip to content

Commit 46be212

Browse files
committed
Add example of nested Q delimiters
Closes #1256
1 parent 2dd13df commit 46be212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/quoting.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ described in more detail in the following sections.
1818
B<Q[>A literal stringB<]>
1919
B<>More plainly.B<>
2020
B<Q ^>Almost any non-word character can be a delimiter!B<^>
21+
B<Q 「「>Delimiters can be repeated/nested if they are adjacent.B<」」>
2122
2223
Delimiters can be nested, but in the plain C<Q> form, backslash escapes
2324
aren't allowed. In other words, basic C<Q> strings are as literal as

0 commit comments

Comments
 (0)