inc method

void inc(
  1. int i
)

Implementation

void inc( int i ){
	set( i, val(i) + 1 );
}