Write fifo

Purpose: Write key/value pair into a FIFO list.

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

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"

See also
FIFO
delete-fifo  
new-fifo  
purge-fifo  
read-fifo  
rewind-fifo  
write-fifo  
See all
documentation


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.