Skip to content
Snippets Groups Projects
Commit 9a3c4b7a authored by benjamin.franksen's avatar benjamin.franksen
Browse files

docs: fixed a note item in the reference

parent 3df3e3de
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment