Merge topic 'doc-list-append-nothing'
eec7834 list: Fix docs for APPEND to show that elements are optional
This commit is contained in:
commit
cb51088f75
@ -63,7 +63,7 @@ public:
|
||||
" list(LENGTH <list> <output variable>)\n"
|
||||
" list(GET <list> <element index> [<element index> ...]\n"
|
||||
" <output variable>)\n"
|
||||
" list(APPEND <list> <element> [<element> ...])\n"
|
||||
" list(APPEND <list> [<element> ...])\n"
|
||||
" list(FIND <list> <value> <output variable>)\n"
|
||||
" list(INSERT <list> <element_index> <element> [<element> ...])\n"
|
||||
" list(REMOVE_ITEM <list> <value> [<value> ...])\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user