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

new-lifo initializes new LIFO <list> (Last In First Out). <list> contains data stored on a last-in, first-out basis. Note that a list is accessible to the current process only. Information is retrieved (possibly many times, see rewind-lifo) in the opposite order in which it was stored.

Examples

new-lifo mylifo

Name

new-lifo - (LIFO)

Purpose

Create LIFO list.

See Also

LIFO delete-lifoget-lifonew-lifopurge-liforead-liforewind-lifowrite-lifo See all documentation $DATE $VERSION GOLF(2gg)

Syntax

new-lifo <list>

See Also