What's the deal with leading underscores precisely?
I realize (yet again) that this is a noob question, but I don't find it adequately answered in the Scripting Index. As regards the use of two leading underscores, the Scripting Index is clear: To hide (or protect) a global variable, put two underscores (__) before the name. (Also something explained by Mauro Gerber during the last Scripter's Club session.)When it comes to single leading underscore...