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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.