<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]] ===== abs ===== ^Arguments^Result^Notation^ |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'