.. LastNode

.. default - domain::js

.. include:: /includes/standard.rst

=================
LastNode (Kernel)
=================

.. function:: LastNode(pList)

	
	Returns a pointer to the last node in the given list.
	
	:param k_list pList: A list.
	:returns: A pointer to the last node.
	
	See also: :func:`FirstNode`, :func:`PrevNode`, :func:`NextNode`.


