Crash: Using local variable in dowhile

Moderator: POL Developer

Locked
User avatar
itec
Novice Poster
Posts: 42
Joined: Thu Feb 09, 2006 11:48 pm
Location: Finland

Crash: Using local variable in dowhile

Post 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);
Locked