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 fa6a04a commit 6c2b8b8Copy full SHA for 6c2b8b8
doc/Language/quoting.pod6
@@ -25,11 +25,12 @@ possible.
25
26
Some delimiters are not allowed immediately after C<Q>',
27
C<q> or C<qq>, such as L<identifiers|language/syntax#Identifiers>.
28
-Common ones include C<'> and C<->.
+Common ones include C<( )>, C<'> and C<->.
29
30
=for code :allow<B>
31
B<Q'>this won't work!B<'>
32
-B<Q '>this is fineB<'>
+B<Q(>this won't work either!B<)>
33
+B<Q (>this is fineB<)>
34
35
36
Q<Make sure you B«<»matchB«>» opening and closing delimiters>
0 commit comments