From 9a458e38b5bd09b6c229dbbad8720d2e6c16bd86 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 1 Mar 2012 14:59:02 -0800 Subject: Or operator computes logical or, not and. Fixed typo. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index ee10d45e..ca6b0c88 100644 --- a/txr.1 +++ b/txr.1 @@ -4872,11 +4872,11 @@ Syntax: Description: The and operator provides three functionalities in one. It computes the -logical "and" function over several forms. It controls evaluation (a.k.a. +logical "or" function over several forms. It controls evaluation (a.k.a. "short-circuiting"). The behavior of or also provides for a simplified selection of the first non-nil value from a sequence of forms. -The or operator evaluates as follows. First, a rturn value is +The or operator evaluates as follows. First, a return value is established and initialized to the value nil. The forms, if any, are evaluated from left to right. The return value is overwritten with the result of each form. Evaluation stops when all forms are -- cgit v1.2.3