Intel® Fortran Compiler 18.0 Developer Guide and Reference
To facilitate compatibility with older versions of Fortran, Intel® Fortran provides the following additional language features:
The DEFINE FILE statement
The FIND statement
The INTERFACE TO statement
The VIRTUAL statement
The integer POINTER statement
These language features are particularly useful in porting older Fortran programs to Standard Fortran. However, you should avoid using them in new programs on these systems, and in new programs for which portability to other Standard Fortran implementations is important.