command-parsing: Link to Balanced Strings when we mention that section.
This commit is contained in:
parent
cb33918fa2
commit
7b095a6465
|
@ -12,8 +12,9 @@ prompt, are parsed according to the following rules:
|
|||
== Quoted Strings
|
||||
|
||||
If a word starts with `'`, `"`, or `%X` with `X` a _non-nestable_ punctuation
|
||||
character (see below for nestable characters), it is parsed as a quoted
|
||||
string whose delimiter is, respectively, `'`, `"`, or `X`.
|
||||
character (see <<command-parsing#balanced-strings,Balanced Strings>> below for
|
||||
nestable characters), it is parsed as a quoted string whose delimiter is,
|
||||
respectively, `'`, `"`, or `X`.
|
||||
|
||||
A quoted string contains every character (including whitespaces). Doubling
|
||||
a closing delimiter escapes it. Thus, for example, entering two closing
|
||||
|
|
Loading…
Reference in New Issue
Block a user