Subtracts the specified amount from the current value.
void subtract(int amount) { value -= amount; }