diff options
-rw-r--r-- | Help/command/list.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/list.rst b/Help/command/list.rst index 9b49cb4..46285cc 100644 --- a/Help/command/list.rst +++ b/Help/command/list.rst @@ -128,7 +128,9 @@ Modification list(APPEND <list> [<element> ...]) -Appends elements to the list. +Appends elements to the list. If no variable named ``<list>`` exists in the +current scope its value is treated as empty and the elements are appended to +that empty list. .. _FILTER: |