Like Javascript has ++ and += for a increments?
++
+=
No. Unfortunately, you have to do:
value = value + 1