mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
11 lines
156 B
ReStructuredText
11 lines
156 B
ReStructuredText
``odd``
|
|
=======
|
|
|
|
``odd`` returns ``true`` if the given number is odd:
|
|
|
|
.. code-block:: jinja
|
|
|
|
{{ var is odd }}
|
|
|
|
.. seealso:: :doc:`even<../tests/even>`
|