logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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>

See Also