Import External Source Code Into Another Source Code Document At Compile Time
Is there a way to import the contents of a text file into a source code file upon compilation? Just like the include()/require() methods in Perl and PHP (see: http://php.net/manual/en/function.include.php ).