summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-10-14 21:08:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-10-14 21:08:39 -0700
commit5c7c2a625ab163e665084334f2997eeb574419c7 (patch)
treecc976442becdb20cf63ae4e1976ebbb734ee53ad /txr.1
parent1278dbf8491d6c6762f5b07833ed26299769c1f5 (diff)
downloadtxr-5c7c2a625ab163e665084334f2997eeb574419c7.tar.gz
txr-5c7c2a625ab163e665084334f2997eeb574419c7.tar.bz2
txr-5c7c2a625ab163e665084334f2997eeb574419c7.zip
doc: use nequal.
* txr.1: shorten some examples by replacing (not (equal ...)) with (nequal ...).
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index bced33a0..f349b4a5 100644
--- a/txr.1
+++ b/txr.1
@@ -14775,7 +14775,7 @@ and used as the basis of the test.
;; a line is identical to the character string "end".
(whilet ((line (get-line))
- (more (and line (not (equal line "end")))))
+ (more (and line (nequal line "end"))))
(put-line line))
.cble
@@ -49841,7 +49841,7 @@ the corresponding field in the previous line:
.cblk
(awk (:let prev)
- ((not (equal [f 0] prev)) (prn) (set prev [f 0])))
+ ((nequal [f 0] prev) (prn) (set prev [f 0])))
.cble
.IP 17.
Simulate the