<- PRPL reference <- Math

abs

ArgumentsResultNotation
number number [number- number]

Description

Calculates the absolute value of the item and pushes the result on the stack.

Examples

trace(abs(-1)) #prints '1'