Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-16 03:43:21 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-01-17 15:03:30 +0400
commite4e291061c7c9b433d88ecc1dede672f674ea84e (patch)
treeb7668b0632bec95031f478549edc26e200160904 /doc/eval.texi
parent999495734b9de597f59590708979902f28ebce61 (diff)
doc/eval.texi: add precisation about the assumption for "trueness" in conditional expressions
Diffstat (limited to 'doc/eval.texi')
-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