Hallöchen! Jeffrey Maitland <[EMAIL PROTECTED]> writes:
> [...]
>
> {
> for(int i = 0; i < 100; i++){
> //do stuff
> }
> }
>
> wrapping the for loop in { } makes the i a local variable
It's local anyway.
> and then you can use it again in the code if not you will get a
> variable already defined error.
Only in compilers created by this infamous company.
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
--
http://mail.python.org/mailman/listinfo/python-list
