summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.131
1 files changed, 30 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 9f9ff8c9..43d49c42 100644
--- a/txr.1
+++ b/txr.1
@@ -4269,6 +4269,13 @@ and not a quasiquote.
.PP
+.SS Vectors
+
+.IP #(...)
+
+A hash token followed by a list denotes a vector. For example #(1 2 a)
+is a three-element vector containing the numbers 1 and 2, and the symbol a.
+
.SS Nested Quotes
Quotes can be nested. What if it is necessary to unquote something in the
@@ -4671,6 +4678,10 @@ Programs can define named functions with the defun operator
The following are Lisp functions and variables built-in to TXR.
+.SS Function identity
+
+.SS Function typeof
+
.SS Function cons
.SS Functions car and first
@@ -4695,7 +4706,7 @@ The following are Lisp functions and variables built-in to TXR.
.SS Functions listp and proper-listp
-.SS Function length
+.SS Function length-list
.SS Function mapcar
@@ -4841,6 +4852,24 @@ The following are Lisp functions and variables built-in to TXR.
.SS Function break-str
+.SS Function vector
+
+.SS Function vec-get-fill
+
+.SS Function vec-set-fill
+
+.SS Function vecref
+
+.SS Function vec-push
+
+.SS Function length-vec
+
+.SS Function size-vec
+
+.SS Function vector-list
+
+.SS Function length
+
.SH APPENDIX A: NOTES ON EXOTIC REGULAR EXPRESSIONS