diff options
Diffstat (limited to 'Help/command/remove.rst')
-rw-r--r-- | Help/command/remove.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/command/remove.rst b/Help/command/remove.rst new file mode 100644 index 000000000..462827796 --- /dev/null +++ b/Help/command/remove.rst @@ -0,0 +1,12 @@ +remove +------ + +Deprecated. Use the :command:`list(REMOVE_ITEM)` command instead. + +:: + + remove(VAR VALUE VALUE ...) + +Removes ``VALUE`` from the variable ``VAR``. This is typically used to +remove entries from a vector (e.g. semicolon separated list). ``VALUE`` +is expanded. |