Skip to content

Commit 03e435e

Browse files
authored
Add missing Q adverbs to table
1 parent 9b184cb commit 03e435e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Language/quoting.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Short Long Meaning
6464
6565
:w :words Split result on words (no quote protection)
6666
67+
:ww :quotewords Split result on words (with quote protection)
68+
69+
:q :single Interpolate \\, \qq[...] and escaping the delimiter with \
70+
6771
:qq :double Interpolate with :s, :a, :h, :f, :c, :b
6872
6973
:s :scalar Interpolate $ vars
@@ -79,6 +83,8 @@ Short Long Meaning
7983
:b :backslash Interpolate \n, \t, etc. (implies :q at least)
8084
8185
:to :heredoc Parse result as heredoc terminator
86+
87+
:v :val Convert to allomorph if possible
8288
=end table
8389
8490
=head2 X<Escaping: q|quote,q;quote,' '>

0 commit comments

Comments
 (0)