Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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