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.
1 parent 2dd13df commit 46be212Copy full SHA for 46be212
doc/Language/quoting.pod6
@@ -18,6 +18,7 @@ described in more detail in the following sections.
18
B<Q[>A literal stringB<]>
19
B<「>More plainly.B<」>
20
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<」」>
22
23
Delimiters can be nested, but in the plain C<Q> form, backslash escapes
24
aren't allowed. In other words, basic C<Q> strings are as literal as
0 commit comments