Is it possible to tell a progs.src to continue in another document?
progs.src
continue.src
summin like that or different but achieves the same results. If not, can you make that spike? Would it be hard to tell it to look for a continue file?
progs.src
Code:
../progs.dat defs.qc subs.qc //all the rest @import['some_url/continue.src']
Code:
my_mod.qc yet_another_mod.qc //etc
Comment