<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]] ===== neg ===== ^Arguments^Result^Notation^ |number| number| [number- number] | === Description === Calculates the negative value of the item and pushes the result on the stack. === Examples === trace(neg(42)) #prints '-42'