Quote:
Originally Posted by teknomage1
All global references are nonlocal but not all nonlocal references are global references.
|
ya, now i remember, thx. nonlocal is a bigger scope, like if we declare a variable in main, then we have a block structure code, and it can use that variable, however, it's neither local nor global to the blocks.