File: write-fifo.2gg

package info (click to toggle)
golf 601.4.41-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,824 kB
  • sloc: ansic: 20,020; sh: 1,171; makefile: 292
file content (45 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.TH GOLF 2gg $VERSION $DATE Development Tools
.SH NAME
write-fifo \-  (FIFO)
.SH PURPOSE
Write key/value pair into a FIFO list.

.SH SYNTAX

.RS 4
.EX

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

.EE
.RE

.SH 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. 

.SH EXAMPLES

.RS 4
.EX

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

.EE
.RE

.SH SEE ALSO
 FIFO

\fBdelete-fifo\fP  
\fBnew-fifo\fP  
\fBpurge-fifo\fP  
\fBread-fifo\fP  
\fBrewind-fifo\fP  
\fBwrite-fifo\fP   
See all 
\fBdocumentation\fP