⇐ Index ⇐ Math
NEG
Calculates the negative value of the item and pushes the result on the stack. The result is effectively the same as multiplying the original number by -1.
From V 1.9, NEG will also operate against a Vector.
trace(neg(42)) #prints '-42'
⇐ Index