Singly-linked list/Element definition: Difference between revisions

Content added Content deleted
Line 957: Line 957:


Memory is automatically reclaimed the moment items are no longer needed.
Memory is automatically reclaimed the moment items are no longer needed.

See also [[Singly-linked_list/Element_removal#Phix]] for some working code


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==