flag method

int flag(
  1. dynamic index
)

Implementation

int flag( index ){
	return _flag[index];
}