Path: utzoo!utgpu!news-server.csri.toronto.edu!qucdn!boydj Newsgroups: comp.lang.fortran Subject: Re: Is the INCLUDE statement standard? Organization: Queen's University at Kingston Date: Thursday, 30 Aug 1990 20:59:03 EDT From: Jeff Boyd Message-ID: <90242.205903BOYDJ@QUCDN.BITNET> References: <1990Aug29.160951.19827@athena.mit.edu> <1990Aug30.105748.19204@cs.dal.ca> <141585@sun.Eng.Sun.COM> <1990Aug30.213500.28079@athena.mit.edu> The VS Fortran 2.3 docs say that an INCLUDEd file can indeed contain further INCLUDEs, but not if the nested INCLUDEs give rise to a recursion, ie. an INCLUDEd file tries to INCLUDE itself. Nesting can go 16 levels deep.