plus

Adds a number to another number.

Input

{{ 4 | plus: 2 }}

Output

6

Input

{{ 16 | plus: 4 }}

Output

20

Input

{{ 183.357 | plus: 12 }}

Output

195.357

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