From meissner@lynx.cs.usfca.edu Tue May  9 13:22:05 1995
Received: from lynx.cs.usfca.edu by dkuug.dk with SMTP id AA29794
  (5.65c8/IDA-1.4.4j for <sc22wg5@dkuug.dk>); Wed, 10 May 1995 05:27:24 +0200
Received: by lynx.cs.usfca.edu (AIX 3.2/UCB 5.64/4.03)
          id AA27720; Tue, 9 May 1995 20:22:05 -0700
Date: Tue, 9 May 1995 20:22:05 -0700
From: meissner@lynx.cs.usfca.edu (Loren P. Meissner)
Message-Id: <9505100322.AA27720@lynx.cs.usfca.edu>
To: ljm@slac.stanford.edu, sc22wg5@dkuug.dk, vsnyder@math.jpl.nasa.gov
Subject: Re:  (SC22WG5.801) Re: Fortran 95 thoughts
X-Charset: ASCII
X-Char-Esc: 29

You can always do something silly like,
add a DO loop that gets executed exactly once
and use it for a "block ... end block"
but of course you have to declare an index
variable or do something equally ridiculous
to make it work, so GO TO turns out to be
not so bad in comparison. (With F90 syntax.)
-Loren
