purge-lifo - (LIFO)
Contents
Description
purge-lifo will delete all elements from the LIFO <list> created by new-lifo, including all keys and
values. The list is then empty and you can still put data into it, and get data from it afterwards,
without having to call new-lifo again.
Examples
See read-lifo.
Name
purge-lifo - (LIFO)
Purpose
Delete LIFO list data.
See Also
LIFO
delete-lifoget-lifonew-lifopurge-liforead-liforewind-lifowrite-lifo See all documentation
$DATE $VERSION GOLF(2gg)
Syntax
purge-lifo <list>
