at_least

Limits a number to a minimum value.

Input

{{ 4 | at_least: 5 }}

Output

5

Input

{{ 4 | at_least: 3 }}

Output

4
PDF HTML Epub Powered by Read The Docs