Re: good guide to programming style
David Laight <[email protected]>
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected]