From 5413d5e7eaa6ef55608f0a3309f83b368c8d88b9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 16 Apr 2022 10:00:37 -0700 Subject: Rename some array and field conversion functions. atol -> values ftol -> fields ltof -> set_fields values() goes with existing keys() nicely. --- cppawk-cons.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cppawk-cons.1') 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 -- cgit v1.2.3