If I created a script and define a global variable “_G.Test = ‘yahoo’”, and then the script is deleted (after the variable was defined), will print(_G.Test) in another script still work?
I do not intend to utilize this, though it was a question thst had entered my mind.