dec method

void dec(
  1. int i
)

Implementation

void dec( int i ){
	set( i, val(i) - 1 );
}