5. Embedded QUEL for Ada : Precompiling, Compiling and Linking an EQUEL Program : Include File Processing
 
Share this page                  
Include File Processing
The EQUEL/Ada include statement provides a means to include external packages and source files into your program's source code. The syntax of the statement is:
##   include filename
where filename is a quoted string constant specifying a file name or a logical name that points to the file name. If the file is in the local directory, it can also be specified without the surrounding quotes.