The neg Statement
The neg statement lets you negate an input value and store the result in the first argument. The first argument must be a variable but the second argument can be a variable, a numeric constant, or a constant expression. The syntax of the neg statement is shown below.
neg x, y // set x equal to -y