diff doc/refcard/refcard.tex @ 3602:83889344cbef

[project @ 2000-02-25 08:52:20 by jwe]
author jwe
date Fri, 25 Feb 2000 08:52:22 +0000
parents 8b262e771614
children a90c3cbded0d
line wrap: on
line diff
--- a/doc/refcard/refcard.tex	Thu Feb 24 05:07:17 2000 +0000
+++ b/doc/refcard/refcard.tex	Fri Feb 25 08:52:22 2000 +0000
@@ -628,13 +628,13 @@
   are always evaluated.\vskip0.75ex}\span\cr
 {\it x} < {\it y}&true if {\it x\/} is less than {\it y}\cr
 {\it x} <= {\it y}&true if {\it x\/} is less than or equal to {\it y}\cr
-{\it x} == {\it y}&true if {\it x\/} is greater than {\it y}\cr
+{\it x} == {\it y}&true if {\it x\/} is equal to {\it y}\cr
 {\it x} >= {\it y}&true if {\it x\/} is greater than or equal to {\it y}\cr
-{\it x} > {\it y}&true if {\it x\/} is equal to {\it y}\cr
+{\it x} > {\it y}&true if {\it x\/} is greater than {\it y}\cr
 {\it x} != {\it y}&true if {\it x\/} is not equal to {\it y}\cr
 {\it x} \& {\it y}&true if both {\it x\/} and {\it y\/} are true\cr
 {\it x} | {\it y}&true if at least one of {\it x\/} or {\it y\/} is true\cr 
-! {\it bool}&true {\it bool\/} is false\cr
+! {\it bool}&true if {\it bool\/} is false\cr
 \endsec
 
 \sec Short-circuit Boolean Operators;