.wip
INC var [,increment]
Increments the variable “var” by either 1 or, if specified, the value in increment. “increment” can be negative which will decrement. This is functionally the same as var = var + increment but is processed much faster
.wip
Increments the variable “var” by either 1 or, if specified, the value in increment. “increment” can be negative which will decrement. This is functionally the same as var = var + increment but is processed much faster