incr: and decr:

Function:

incr: and decr: increment and decrement by one the integer argument.

Syntax:

	incr:(integer) and decr:(integer)

integer digit string

Examples:

	incr:(5) is replaced by 6
	decr:(5) is replaced by 4