Paul Rubin wrote:

> Some languages let you say things like:
>   for (var x = 0; x < 10; x++)
>      do_something(x);
> and that limits the scope of x to the for loop.

depending on the compiler version, compiler switches, IDE settings, etc.

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to