.. AddToEnd

.. default - domain::js

.. include:: /includes/standard.rst

=================
AddToEnd (Kernel)
=================

.. function:: AddToEnd(list node)

	
	Adds node to the end of the specified list.
	
	:param k_list list: A list (i.e. returned from :func:`NewList`).
	:param k_node node: A node (i.e. returned from :func:`NewNode`).
	
	See also:
	:func:`AddToFront`, :func:`AddAfter`, :func:`FindKey`, :func:`DeleteKey`


