NewNode

heapPtr NewNode(number value, number key)

Creates a new node setting it's value and key to the given parameters. The value is the value it contains, the key is the identifier used to find it in the list it's attatched to.

See Also: AddAfter, AddToFront, AddToEnd, FindKey, DeleteKey