|
|
@@ -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"
|