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-fifo adds a pair of key/value pointers to the FIFO <list>, specified with strings <key> and <value> (in "key" and "value" clauses, collectively called an "element"). It always adds elements to the end of the list.

Examples

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

Name

write-fifo - (FIFO)

Purpose

Write key/value pair into a FIFO list.

See Also

FIFO delete-fifonew-fifopurge-fiforead-fiforewind-fifowrite-fifo See all documentation $DATE $VERSION GOLF(2gg)

Syntax

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

See Also