File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ The other quote forms add to this basic functionality:
43
43
B < ' > Very plainB < ' >
44
44
B < q[ > This backB < \s > lash staysB < ] >
45
45
B < q[ > This backB < \\ > slash staysB < ] > # Identical output
46
- B < q{ > This is not a closing culy brace → B < \} > , but this is → B < } >
46
+ B < q{ > This is not a closing curly brace → B < \} > , but this is → B < } >
47
47
B < Q :q $ > There are no backslashes here, only lots of B < \$ > B < \$ > B < \$ > !B < $ >
48
48
B < ' > (Just kidding. ThereB < \' > s no money in that string)B < ' >
49
49
B < ' > No $interpolation {here}!B < ' >
50
- B < Q:q# > Just a literal "\n" hereB < # >
50
+ B < Q:q! > Just a literal "\n" hereB < ! >
51
51
52
52
The C < q > form allows for escaping characters that would otherwise end the
53
53
string using a backslash. The backslash itself can be escaped, too, as in
You can’t perform that action at this time.
0 commit comments