list(): add JOIN sub-command

This commit is contained in:
Marc Chevrier
2018-03-19 15:06:52 +01:00
parent d8826406aa
commit a58158727b
16 changed files with 93 additions and 0 deletions

View File

@@ -161,6 +161,10 @@ JOIN
Join all the input arguments together using the glue
string and store the result in the named output variable.
To join list's elements, use preferably the ``JOIN`` operator
from :command:`list` command. This allows for the elements to have
special characters like ``;`` in them.
TOLOWER
"""""""