Subject: Re: good guide to programming style
To: None <netbsd-help@NetBSD.org>
From: David Laight <david@l8s.co.uk>
List: netbsd-help
Date: 01/26/2007 20:28:25
On Fri, Jan 26, 2007 at 12:18:46AM -0500, George Georgalis wrote:
> >
> >[1] Considers the following fragment:
> > ....
> > ....
> > }
> > while (.......................................................................
> > {
> > ....
> > ....
> >Is it the bottom of a 'do' loop or the top of a 'while loop'.
>
>
> I don't understand your example, "while" is the beginning of a new
> loop. what are you saying?
Ah sorry, didn't you see the:
do
{
....
I deleted from the top of the fragment.
The code below is just a block that exists in order a have its own local vars.
David
--
David Laight: david@l8s.co.uk