[COMPILER] * NEW: Allow loop variables to be declared inside the loop syntax. * NEW: Consequently, FOR EACH now can only use local variables. [INTERPRETER] * OPT: A little optimization of integer loops. They are about 5% faster now.