.. _`Append List`: .. _`org.sysess.sympathy.list.appendlistnew`: Append List ``````````` .. image:: append_list_new.svg :width: 48 Documentation ::::::::::::: Create a list with the items from list (input) followed by item. Definition :::::::::: Input ports ........... **list** | Type: [] | Description: Appended List **item** | Type: | Description: The Item to be appended | Optional number of ports: 1--inf (default: 1) Output ports ............ **list** | Type: [] | Description: Appended List Examples ........ Example flows demonstrating this node: * :download:`BasicListOperations.syx ` The node can be found in: * :download:`SortList.syx ` * :download:`VJoinTable.syx ` * :download:`HJoinTable.syx ` * :download:`Reporting.syx ` * :download:`Figures.syx ` Implementation .............. .. automodule:: node_list_operations :noindex: .. class:: AppendList :noindex: