Skip to content

Commit 8fdecff

Browse files
committed
Clarify :b quoter tweak
It doesn't imply `q`, since `q` has only rudimentary backslashing and is silent on unrecognized sequences, while in `:b` they throw. Rakudo impl: rakudo/rakudo@deffe54b8d Spec: Raku/roast@284a97d31d
1 parent f743848 commit 8fdecff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/quoting.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Short Long Meaning
8282
8383
:c :closure Interpolate {...} expressions
8484
85-
:b :backslash Interpolate \n, \t, etc. (implies :q at least)
85+
:b :backslash Enable backslash escapes (\n, \qq, \$foo, etc)
8686
8787
:to :heredoc Parse result as heredoc terminator
8888

0 commit comments

Comments
 (0)