Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark
From: ark@alice.UucP (Andrew Koenig)
Newsgroups: net.lang.f77
Subject: Re: (do) while loops
Message-ID: <4486@alice.UUCP>
Date: Sat, 26-Oct-85 20:29:46 EST
Article-I.D.: alice.4486
Posted: Sat Oct 26 20:29:46 1985
Date-Received: Sun, 27-Oct-85 02:26:27 EST
References: <144@oberon.UUCP>
Organization: Bell Labs, Murray Hill
Lines: 11

> What I ran into was an error about an unknown statement type.  It turned 
> out to be a do while statement of the form:
>
>	DOWHILE(true)
>		something borring
>	ENDDO
>
> My question is: doesn't Unix (ANSI) f77 support a (do) while statement?
> What is it's syntax?

The Fortran 77 standard doesn't have any kind of a while statement.