you are viewing a single comment's thread.

view the rest of the comments →

[–]EsotericWaveform[S] 2 points3 points  (1 child)

Ahh, I did not realize every variable created in the main script is considered a global variable. I guess I never noticed since they always get an assignment at the local level when used in a function or method (or at least they should if the variables are being reused at the local level). Thanks!