The sub Statement
The sub statement lets you subtract two input values and store the result in the first argument. The first argument must be a variable but the second and third arguments can be variables, numeric constants, or constant expressions. The syntax of the sub statement is shown below.
sub x, x, y // subtract y from x and store result in x