Proposal of a general do-while loop

BCS ao at pathlink.com
Tue Jul 17 09:54:01 PDT 2007


Reply to Don,

> Walter uses 'goto' more than any other programmer I've ever seen.

I'd do this:

goto mid;
while(bb)
{
  cc;
mid:
  aa;
}





More information about the Digitalmars-d mailing list