Page 1 of 1

Crash: Using local variable in dowhile

Posted: Mon Mar 16, 2009 3:08 pm
by itec
Just discovered this one, using it causes core to crash. I'm guessing compiler should catch it.

Code: Select all

	do
		var some := 1;
	dowhile(some);