SPLatco Knowledge Base

X = X + 1

Adds one to the number in X. If X is 255 (the largest number which can be represented in X) before the IncX, X becomes 0 after the IncX. This is similar to a car odometer which rolls over from 999999 to 000000.

See also DecX