What's a short way of writing the following code?

count++;+count+;

The short way of writing count + 1 is count++;.