From a62f1d5fcd56cef3675cd92265538d9868f28957 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 19 Apr 2022 20:37:20 -0700 Subject: README: is documented. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18a5fde..4b6588d 100644 --- a/README.md +++ b/README.md @@ -131,13 +131,13 @@ There are currently * ``: provides powerful iteration constructs, including a `loop` macro that features the ability for the application to define new iteration clauses, in addition to the numerous useful ones that - come with `loop`. **Currently lacking documentation***. This area - is being documented now that `` documentation is complete. + come with `loop`. + Documented by the [`cppawk-iter` man page](../tree/cppawk-iter.1). * ``: provides Lisp-like functional, heterogeneous list manipulation, higher order functions, some useful control operators, and functions combining Lisp lists and Awk arrays such as `group_by`. - Now fully documented by the [`cppawk-cons` man page](../tree/cppawk-cons.1). + Documented by the [`cppawk-cons` man page](../tree/cppawk-cons.1). Several unreleased headers are in the development queue: -- cgit v1.2.3