Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!bionet!apple!oliveb!amdahl!key!sjc From: sjc@key.COM (Steve Correll) Newsgroups: comp.lang.fortran Subject: Re: Is this a correct Fortran 88 subroutine? Message-ID: <1024@key.COM> Date: 6 Sep 89 18:47:25 GMT References: <1018@key.COM> <325@unmvax.unm.edu> Organization: Key Computer Labs, Fremont, CA Lines: 12 > > SUBROUTINE X(L) > > LOGICAL L > > IF: IF ( L ) THEN > > ELSEIF ! This is not an ELSEIF statement > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > ENDIF IF > > END Is this an ELSE token followed by an optional if-construct-name "IF", or does the standard prohibit that interpretation? -- ...{sun,pyramid}!pacbell!key!sjc Steve Correll