RFC: Behavior of continue in do/while loops.

Manfred Nowak svv1999 at hotmail.com
Wed Sep 12 16:16:08 PDT 2007


Downs wrote
> do {
>      receive;
>      if (isChunked) {
>           if (chunkedDownloading) continue;
>           break;
>      }
> } while (notReceivedEnough)

... more entangled than I thought :-)

-manfred



More information about the Digitalmars-d mailing list