mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Merge pull request #88 from loot/sib-not-note
Remove notes on not operator & expressions
This commit is contained in:
@@ -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
|
||||
===========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user