Pascal II: INCLUDE Directive
The PASCAL compiler "Include" directive (*$I<filename>*) causes the named file to be inserted into the compilation at that point. Similarly, the assembler directive ".INCLUDE <filename>" is used to insert files during assembly.
Published Date: Feb 20, 2012
Still need help?