Crash: Using local variable in dowhile
Posted: Mon Mar 16, 2009 3:08 pm
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);