diff options
Diffstat (limited to 'cppawk-cons.1')
-rw-r--r-- | cppawk-cons.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppawk-cons.1 b/cppawk-cons.1 index ec97a41..938774e 100644 --- a/cppawk-cons.1 +++ b/cppawk-cons.1 @@ -100,13 +100,13 @@ cons \- Lisp-like data representation and control flow macros \fI// array -> list conversion\fP - atol(\fIx\fP) \fI// convert values of Awk array a to list\fP + values(\fIx\fP) \fI// convert values of Awk array a to list\fP keys(\fIx\fP) \fI// return list of keys of Awk array x\fP \fI// field <-> list conversion\fP - ftol(\fIx\fP) \fI// convert Awk positional fields to list\fP - ltof(\fIx\fP) \fI// set Awk positional fields from list x\fP + fields(\fIx\fP) \fI// convert Awk positional fields to list\fP + set_fields(\fIx\fP) \fI// set Awk positional fields from list x\fP \fI// list iteration\fP |