doBreak method

void doBreak()

Implementation

void doBreak(){
	if( !(_curLoop._contFlag) ){
		_curLoop._breakFlag = true;
	}
}