plus


Addition. Adds a numerical parameter with a second value


Syntax


{{ <Parameter> | plus: <Numerical Value> }}



Arguments

Parameter - A numerical value or name of the input parameter that will be the added to


Numerical Value - A numerical value that will be added


Example 1:

Input


{{ 13 | plus: 5}}



Output


18



Example 2:

InputParameter Value


42



Input


{{ InputParameter | plus: 8}}



Output


50