Module rubble_templates::functions[][src]

Functions

concat_function

Concatenates the parameters.

minus_function

Subtracts values. If any of the parameters is not convertible to a number, then an error will be emitted with the invalid value.

plus_function

Adds (or concatenates) values. If any of the parameters is not convertible to a number, then the rest will be concatenated.

std_functions

Provides a set of standard functions.