
Including source code from a different file
Is it possible to include source code in one file into
another file (something like #include in C language)
The reason I am looking for this is, I want to generate
some declarations at run time, put them into a separate
file and include them in another file.
Thanks for any help,
Mohan.