Quote:
Originally Posted by ******
No, once compiled a static variable IS a global variable, the compiler just stops you from using it in other functions. This can be seen if you compile and decompile a mode - all statics will no longer be in their home functions.
|
So, she is static (
global) in the current scope. It was not exactly what I said?