Update the documentation for quoted strings

This commit is contained in:
Christophe Troestler 2018-01-29 11:08:47 +01:00
parent 8b50352db7
commit 4ddb268b39
1 changed files with 2 additions and 3 deletions

View File

@ -765,14 +765,13 @@ you have to quote the variable as in:
.. code:: scheme
(run foo "${^} ")
(run foo "${^}")
(for now the final space is necessary)
which is equivalent to the following shell command:
.. code:: shell
$ foo "a b "
$ foo "a b"
(the items of the list are concatenated with space).
Note that, since ``${^}`` is a list of items, the first one may be