inc method

void inc([
  1. num by = 1
])

Alias for increment.

Implementation

void inc([num by = 1]) => increment(by);