summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.118
1 files changed, 18 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 6f7e9f1f..d55a2839 100644
--- a/txr.1
+++ b/txr.1
@@ -5526,6 +5526,24 @@ The behavior of the
keyword is specified in the following section, "Specifying variables in
.codn collect \(dq.
+.meIP :lists <> ( variable *)
+The
+.code :lists
+keyword indicates a list of variables. After the
+.code collect
+terminates, each
+.meta variable
+in the list which does not have a binding is bound to the empty
+list symbol
+.codn nil .
+Unlike
+.code :vars
+the
+.code :lists
+mechanism doesn't assert that only the listed variables may emanate
+from the collect. It also doesn't assert that each iteration of the
+collect must bind each of those variables.
+
.meIP :counter >> { variable | >> ( variable << starting-value )}
The
.code :counter