Home Keywords
Include Concert source from another file. Code from the included source file is immediately executed.
include "..\list.cc"; # We can now call functions declared in "list.cc".