mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-28 02:57:12 +00:00
13 lines
160 B
ReStructuredText
13 lines
160 B
ReStructuredText
``odd``
|
|
=======
|
|
|
|
``odd`` returns ``true`` if the given number is odd:
|
|
|
|
.. code-block:: twig
|
|
|
|
{{ var is odd }}
|
|
|
|
.. seealso::
|
|
|
|
:doc:`even<../tests/even>`
|