summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-11 08:15:16 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-11 08:15:16 -0700
commit0f1ea0a977d6d0306164857352d819cf081eabda (patch)
tree31867fb362443b10e2ee79ff5b9e034b099050f1 /txr.1
parentabe23a3de41d0155fd4bdebff54279b13da7299c (diff)
downloadtxr-0f1ea0a977d6d0306164857352d819cf081eabda.tar.gz
txr-0f1ea0a977d6d0306164857352d819cf081eabda.tar.bz2
txr-0f1ea0a977d6d0306164857352d819cf081eabda.zip
length function supports carray.
* lib.c (length): Handle COBJ of carray type. * txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.16
1 files changed, 6 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index bd5de7e3..122c60e3 100644
--- a/txr.1
+++ b/txr.1
@@ -24798,6 +24798,12 @@ is -11 and of
The buffer length calculated by
.code length-buf
is returned.
+.coIP carray
+The number of elements in
+.meta object
+calculated by
+.code length-carray
+is returned.
.RE
.IP