To include a file in an ASP page, place the #include directive inside comment ... An included file can also include other files, and one ASP file can ...
http://www.w3schools.com/asp/asp_incfiles.asp
Include files are also useful for incorporating declarations of external ... You need to define and name the types only once in an include file created for that purpose. ...
http://msdn.microsoft.com/en-us/library/36k2cdd4(VS.80).aspx
Statement: Directs the compiler to stop reading statements from the current file and read statements in an included file or text module.
http://www.intel.com/software/products/compilers/docs/fmac/doc_files/source/lref_for/source_files/rfinclu.htm
The include files that are provided with the run time library contain macro and constant definitions, type definitions, and function declarations. ...
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c415607106.htm
Include external static content from the local file system, a remote URL, or SVN. ... Better still, you could include the code that is checked into SVN by ...
http://www.mediawiki.org/wiki/Extension:Include
The first part explains the basics of server side includes and demonstrates how to use them. ... Finally, part three discusses what dynamic includes are, why you can't use them, ...
http://www.4guysfromrolla.com/webtech/080199-1.shtml
When the header needs to be updated, you can only update the include file, ... To include the header file in a page, use the include() function: ...
http://www.w3schools.com/PHP/php_includes.asp
The #include directive tells the preprocessor to treat the contents of a specified file as if those contents had appeared in the source program at the point ...
http://msdn.microsoft.com/en-us/library/36k2cdd4(VS.71).aspx
Definition of include from the Merriam-Webster Online Dictionary with audio pronunciations, thesaurus, Word of the Day, and word games.
http://www.merriam-webster.com/dictionary/include
The include() construct will emit a warning if it cannot find a file; this is different behavior from require(), which will emit a fatal error. ...
http://php.net/manual/en/function.include.php