Name

incr0 — increment a variable or set it to 1 if nonexistant.

Synopsis

incr0 ?varname? ?num?

Description

Increment a variable varname by num. If the variable doesn't exist, create it instead of returning an error.