From 9a3c4b7a0ba55ac04dd745ee85b146e506a583da Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Wed, 2 Oct 2013 01:42:58 +0000 Subject: [PATCH] docs: fixed a note item in the reference --- documentation/Reference.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/Reference.txt b/documentation/Reference.txt index f0a77f57..f56d6932 100644 --- a/documentation/Reference.txt +++ b/documentation/Reference.txt @@ -1021,7 +1021,9 @@ Left-associative Binary Operators expr: `expr` "&" `expr` expr: `expr` "%" `expr` -.. note:: Like in most programming languages, evaluation of conditional +.. note:: + + Like in most programming languages, evaluation of conditional expressions using ``&&`` and ``||`` is done *lazily*: the second operand is not evaluated if evaluation of the first already determines the result. This particularly applies to the boolean expressions in -- GitLab