A statement in a program that directs the compiler or interpreter to process another file of code at that point. An include capability (often with a pound sign: "#include") allows libraries of predefined code to be combined into one program. Ada compilers use a "with" statement instead of include. See
header file. See also
server-side include.