No, you can't increment a constant.

Code:
++var1;
would add 1 to whatever var1's value was.