File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,11 @@ These examples produce:
54
54
This is still a closing curly brace → \
55
55
= end code
56
56
57
+ X < |:x (quoting adverb) > X < |:exec (quoting adverb) > X < |:w (quoting adverb) > X < |:words (quoting adverb) > X < |:ww (quoting adverb) > X < |:quotewords (quoting adverb) > X < |:q (quoting adverb) > X < |:single (quoting adverb) > X < |:qq (quoting adverb) > X < |:double (quoting adverb) > X < |:s (quoting adverb) > X < |:scalar (quoting adverb) > X < |:a (quoting adverb) > X < |:array (quoting adverb) > X < |:h (quoting adverb) > X < |:hash (quoting adverb) > X < |:f (quoting adverb) > X < |:function (quoting adverb) > X < |:c (quoting adverb) > X < |:closure (quoting adverb) > X < |:b (quoting adverb) > X < |:backslash (quoting adverb) > X < |:to (quoting adverb) > X < |:heredoc (quoting adverb) > X < |:v (quoting adverb) > X < |:val (quoting adverb) >
58
+
57
59
The behaviour of quoting constructs can be modified with adverbs, as explained
58
60
in detail in later sections.
59
61
60
- X < |:x (quoting adverb) > X < |:exec (quoting adverb) > X < |:w (quoting adverb) > X < |:words (quoting adverb) > X < |:ww (quoting adverb) > X < |:quotewords (quoting adverb) > X < |:q (quoting adverb) > X < |:single (quoting adverb) > X < |:qq (quoting adverb) > X < |:double (quoting adverb) > X < |:s (quoting adverb) > X < |:scalar (quoting adverb) > X < |:a (quoting adverb) > X < |:array (quoting adverb) > X < |:h (quoting adverb) > X < |:hash (quoting adverb) > X < |:f (quoting adverb) > X < |:function (quoting adverb) > X < |:c (quoting adverb) > X < |:closure (quoting adverb) > X < |:b (quoting adverb) > X < |:backslash (quoting adverb) > X < |:to (quoting adverb) > X < |:heredoc (quoting adverb) > X < |:v (quoting adverb) > X < |:val (quoting adverb) >
61
62
= begin table
62
63
Short Long Meaning
63
64
@@ -332,9 +333,10 @@ so quotes coming from inside interpolated variables are just literal quote chara
332
333
333
334
= head2 X <<< Word quoting with interpolation and quote protection: « »|quote,<< >>;quote,« » >>>
334
335
335
- This style of quoting is like C < qqww > , but with an extra feature that lets you construct
336
- L < allomorphs|/language/glossary#index-entry-Allomorph > . The ASCII equivalent to C < « » > are
337
- double angle brackets C « << >> » .
336
+ This style of quoting is like C < qqww > , but with the added benefit of constructing
337
+ L < allomorphs|/language/glossary#index-entry-Allomorph > (making it functionally equivalent to
338
+ L < qq:ww:v|#index-entry-:val_(quoting_adverb) > ). The ASCII equivalent to C < « » > are double
339
+ angle brackets C « << >> » .
338
340
339
341
# Allomorph Construction
340
342
my $a = 42; say « $a b c ».perl; # OUTPUT: «(IntStr.new(42, "42"), "b", "c")»
You can’t perform that action at this time.
0 commit comments