Hello, has anybody else noticed, that the code like:
stop();
for (var i:Number = 0; i < 10; i++) {
trace('1st loop: ' + i);
}
for (var i:Number = 0; i < 10; i++) {
trace('2nd loop: ' + i);
}
won't be accepted by compiler?
Is there an explanation for that?
The other languages wouldn't complain here
Regards
Alex
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

