Irie Pascal limits the depth to which files can be included into each other. This limit is 30. NOTE: Files can be included into each other using the include compiler directive. The syntax for the include compiler directive is
(*$I name*)
or
{$I name}
where name is the name of the file to include into the current file.