fenom/docs/mods/in.md
Ivan Shalganov e0224aa18b Update in.md
2014-01-31 10:43:18 +02:00

11 lines
192 B
Markdown

Modifier in
===========
The modifier is implementation of [in](../operators.md#containment-operator) operator (performs containment test).
```smarty
{if $number|in:[1, 3, 42]}
...
{/if}
```