]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/doc/tests/odd.rst
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / doc / tests / odd.rst
1 ``odd``
2 =======
3
4 ``odd`` returns ``true`` if the given number is odd:
5
6 .. code-block:: jinja
7
8 {{ var is odd }}
9
10 .. seealso:: :doc:`even<../tests/even>`