Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / 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>`