summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.134
1 files changed, 34 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index f45d8ea9..2e6be395 100644
--- a/txr.1
+++ b/txr.1
@@ -12693,6 +12693,40 @@ if
is an interpreted function, otherwise it returns
.codn nil .
+.coNP Function @ special-var-p
+.synb
+.mets (special-var-p << obj )
+.syne
+.desc
+
+The
+.code special-var-p
+function returns
+.code t
+if
+.meta obj
+is a symbol marked for special variable binding, otherwise it returns
+.codn nil .
+Symbols are marked special by
+.code defvar
+and
+.codn defparm .
+
+.coNP Function @ special-operator-p
+.synb
+.mets (special-operator-p << obj )
+.syne
+.desc
+
+The
+.code special-operator-p
+function returns
+.code t
+if
+.meta obj
+is a symbol which names a special operator, otherwise it returns
+.codn nil .
+
.SS* Object Type And Equivalence
.coNP Function @ typeof
.synb