Preprocessor Integer Arithmetic

Examples:

x = (3 * 2 ) / 6 x = x + 2

y =>> 2

y = x & 0x000000FF | 0x0000FF00 x = 10

++x

while(x > 1)

{

x -= 1

}

Y = 10