I have a situation where I want a large static base script included with all the runtime scripts I wish to execute. I don't want to compile this large script with each small script if possible.
Is there any way of referencing one compiled script from another?
Is there any way of referencing one compiled script from another?