.. NewList

.. default - domain::js

.. include:: /includes/standard.rst

================
NewList (Kernel)
================

.. function:: NewList()

	
	Creates an empty list and returns a pointer to it.
	
	:returns: A new list.
	
	See also: :func:`DisposeList`.


