summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.121
1 files changed, 19 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index c41867b3..9fa7328f 100644
--- a/txr.1
+++ b/txr.1
@@ -12993,9 +12993,10 @@ otherwise.
(format t "list ~s does not contain the symbol a\en")))
.cble
-.coNP Function @ true
+.coNP Functions @ true and @ have
.synb
.mets (true << value )
+.mets (have << value )
.syne
.desc
@@ -13006,7 +13007,10 @@ function is the complement of the
.code not
and
.code false
-functions.
+functions. The
+.code have
+function is a synonym for
+.codn true .
It return
.code t
@@ -13026,6 +13030,19 @@ For instance
.code (if x ...)
should be favored over
.codn (if (true x) ...) .
+However, the latter is useful with the
+.code ifa
+macro because
+.meti (ifa (true << expr ) ...)
+binds the
+.code it
+variable to the value of
+.metn expr ,
+no matter what kind of form
+.meta expr
+is, which is not true in the
+.meti (ifa < expr ...)
+form.
.TP* Example:
.cblk