summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-16 00:43:21 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-01-17 12:03:30 +0100
commite4e291061c7c9b433d88ecc1dede672f674ea84e (patch)
treeb7668b0632bec95031f478549edc26e200160904 /doc
parent999495734b9de597f59590708979902f28ebce61 (diff)
doc/eval.texi: add precisation about the assumption for "trueness" in conditional expressions
Diffstat (limited to 'doc')
-rw-r--r--doc/eval.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/eval.texi b/doc/eval.texi
index 95e9df5a80..92fdc6d0a6 100644
--- a/doc/eval.texi
+++ b/doc/eval.texi
@@ -118,7 +118,8 @@ exp(1) (Euler's number), approximately 2.718
golden ratio (1+sqrt(5))/2, approximately 1.618
@end table
-Note that:
+Assuming that an expression is considered "true" if it has a non-zero
+value, note that:
@code{*} works like AND