plus
Addition.
Parameters
{{ number | plus: second_number }}
Parameter | Description | Example Values |
---|---|---|
number (required) | Specifies the first number of the addition. | 5 |
second_number (required) | Specifies the second number to add to the first number. | 2 |
Examples
{{ 5 | plus 2 }}
This will output the number 7.