If we don't want to add a 1 for each time we count upwards, we can use something called self-assignment instead.

Here, we're reassigning count to count. But because they're the same value, nothing happens.