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.