liquid / 5.0.0 / filters / at_least / index.html /

at_least

Limits a number to a minimum value.

Input

{{ 4 | at_least: 5 }}

Output

5

Input

{{ 4 | at_least: 3 }}

Output

4

© 2005, 2006 Tobias Luetke
Licensed under the MIT License.
https://shopify.github.io/liquid/filters/at_least/