summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.117
1 files changed, 17 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index d6853dfe..512f2b82 100644
--- a/txr.1
+++ b/txr.1
@@ -20576,6 +20576,23 @@ is returned. The expression
returns a function which accepts any arguments and returns
.codn nil .
+.coNP Function @ notf
+.synb
+.mets (notf << function )
+.syne
+.desc
+The
+.code notf
+function returns a function which is the boolean negation
+of
+.metn function .
+
+The returned function takes a variable number of arguments. When
+invoked, it passes all of these arguments to
+.meta function
+and then inverts the result as if by application of the
+.codn not .
+
.coNP Functions @ iff and @ iffi
.synb
.mets (iff < cond-func < then-func <> [ else-func ])