I too am STILL waiting on the short-circuit evaluation to be implemented...

I grow tired of using work-arounds like
Code:
void main() {
	ENTITY* ent = NULL;
	if(ent!=NULL) if(is(ent, FLAG1))
	{
		beep();
	}
}

because there is some you just cant do...


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial