mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
Added note about case sensitivity of logic operators
This commit is contained in:
@@ -669,6 +669,10 @@ You can combine multiple expressions with the following operators:
|
||||
|
||||
Twig also support bitwise operators (``b-and``, ``b-xor``, and ``b-or``).
|
||||
|
||||
.. note::
|
||||
|
||||
Operators are case sensitive.
|
||||
|
||||
Comparisons
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user