Merge pull request #88 from loot/sib-not-note

Remove notes on not operator & expressions
This commit is contained in:
Oliver Hamlet
2022-11-16 20:51:21 +00:00
committed by GitHub
+1 -3
View File
@@ -227,7 +227,7 @@ versions that do not conform to SemVer. The supported extensions are:
Logical Operators
=================
The ``and``, ``or`` and ``not`` operators have their usual definitions, except that the ``not`` operator only ever operates on the result of the function immediately following it.
The ``and``, ``or`` and ``not`` operators have their usual definitions.
Order of Evaluation
-------------------
@@ -248,8 +248,6 @@ is evaluated as::
function and ( function or ( not function ) )
Parentheses cannot be used between a ``not`` operator and the function following it.
Performance
===========