This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Math Commands
Arguments | Result | Notation |
---|---|---|
One item on the stack | The negated value of the item | n1 – n2 |
Calculates the negative value of the item and pushes the result on the stack.
a - 2a <-a <-a 2 mul sub
example goes here