summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-10 21:49:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-10 21:49:43 -0700
commit00a1e0c15d9a62d93b187a16052a9e6e3c46790a (patch)
tree27e9fdabf83b77bb70fca3c9d94e0e5ba8a2c357 /txr.1
parent5b5c9770337e3f3e042f3cfe8a3e0edd6109c548 (diff)
downloadtxr-00a1e0c15d9a62d93b187a16052a9e6e3c46790a.tar.gz
txr-00a1e0c15d9a62d93b187a16052a9e6e3c46790a.tar.bz2
txr-00a1e0c15d9a62d93b187a16052a9e6e3c46790a.zip
* eval.c (eval_init): Register bindable as intrinsic.
* txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.120
1 files changed, 20 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index ae27cc45..cbc37a1c 100644
--- a/txr.1
+++ b/txr.1
@@ -25320,6 +25320,26 @@ is a keyword symbol, otherwise it
returns
.codn nil .
+.coNP Function @ bindable
+.synb
+.mets (bindable << obj )
+.syne
+.desc
+The
+.code bindable
+function returns
+.code t
+if
+.meta obj
+is a bindable symbol, otherwise it returns
+.codn nil .
+
+All symbols are bindable, except for keyword symbols, and the
+special symbols
+.code t
+and
+.codn nil.
+
.SS* Pseudo-random Numbers
.coNP Special variable @ *random-state*
.desc