%pure()

Aliases%( ), %pure( )
Parametersmixed @a [, mixed @b [, mixed @c [, ...]]]

    All arguments to this function are concatenated together and returned as a
string value. This function is generally used to get pure expression
evaluation within a non pure expression type.

Example:

echoto c @n You have %( @carriedGold + @bankGold ) in total!