increment method

Assignment increment(
  1. T amount
)

Adds a bound amount to the stored value.

Implementation

Assignment increment(T amount) => setExpression(plus(amount));