Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!uakari.primate.wisc.edu!uflorida!beach.cis.ufl.edu!sp4 From: sp4@beach.cis.ufl.edu (Scott Preston) Newsgroups: comp.lang.fortran Subject: Fortran 8x and Repeat Until loops structures Message-ID: <21470@uflorida.cis.ufl.EDU> Date: 14 Dec 89 03:43:58 GMT Sender: news@uflorida.cis.ufl.EDU Reply-To: sp4@beach.cis.ufl.edu () Distribution: na Organization: UF CIS Department Lines: 15 Does anyone know if the fortran 8X standard Includes a loop structure Similar to the following: J=0 Repeat J=J+1 Until(line(J:J).eq.' ') This sort of routine is quite useful in amny circumstances.... If it is not included does anyone know why not?? I know this can be simulated quite easily but, the clarity is what counts here Sp4@beach.cis.ufl.edu