Filter abs

To use a filter on a variable in an expression, write the variable then put a | pipe symbol, then write the filter name:

number|abs

Description

Given a number, this returns the absolute value.