9 ms·
Does not run the entirety of the script UNLESS it's the main program. So if you're using the script as part of something else, it isn't main. It won't run. It'
by thwythwy 7y ago
Does not run the entirety of the script UNLESS it's the main program.
So if you're using the script as part of something else, it isn't main. It won't run. It'll instead be run through another script that references it.