Breaking out of several nested loops (& ANSI C)

Ron Natalie <ron> ron at brl-tgr.ARPA
Thu Oct 18 06:07:22 AEST 1984


> Gee, I thought everyone knew that the most general structured loop is
> 	startloop
> 		...
> 		on condition (...) leaveloop
> 		...
> 	repeatloop

Gee, finally someone brought up the world-famous

	do  {
		...
	} while {
		...
	}

loop.

-Ron "DOD Committee to Stop ADA" Natalie



More information about the Comp.lang.c mailing list