Skip to content

Commit 07af2a6

Browse files
committed
fix table layout
1 parent fb0bea5 commit 07af2a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/Language/quoting.pod6

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,23 @@ in detail in later sections.
6060
Short Long Meaning
6161
6262
:x :exec Execute as command and return results
63+
6364
:w :words Split result on words (no quote protection)
6465
6566
:qq :double Interpolate with :s, :a, :h, :f, :c, :b
67+
6668
:s :scalar Interpolate $ vars
69+
6770
:a :array Interpolate @ vars
71+
6872
:h :hash Interpolate % vars
6973
7074
:f :function Interpolate & calls
75+
7176
:c :closure Interpolate {...} expressions
77+
7278
:b :backslash Interpolate \n, \t, etc. (implies :q at least)
79+
7380
:to :heredoc Parse result as heredoc terminator
7481
=end table
7582

0 commit comments

Comments
 (0)