purge-list - (linked-list)
Contents
Description
purge-list will delete all elements (including their keys and values) from the linked <list>, created by
new-list. The list is then empty and you can still put data into it, and get data from it afterwards,
without having to call new-list again.
Examples
See read-list.
Name
purge-list - (linked-list)
Purpose
Delete linked list data.
See Also
Linked list
delete-listget-listnew-listposition-listpurge-listread-listwrite-list See all documentation
$DATE $VERSION GOLF(2gg)
Syntax
purge-list <list>
