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

write-lifo adds a pair of key/value to the LIFO <list>, specified with strings <key> and <value> (in "key" and "value" clauses, collectively called an "element"). It always adds an element so that the last one written to <list> would be the first to be read with read-lifo.

Examples

new-lifo nf write-lifo nf key "mykey" value "myvalue"

Name

write-lifo - (LIFO)

Purpose

Write key/value pair into a LIFO list.

See Also

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

Syntax

write-lifo <list> \ key <key> \ value <value>

See Also