ADDV is a CAOS command used to perform addition.
Syntax: ADDV X (variable) Y (number)
Adds Y to X, and stores the result in X. Equivalent to X = X + Y.
Increment a variable:
ADDV va02 1