Re: Infinite Loops and Explicit Exits ... > CS> One of these proposals relaxes the current restriction that an EXIT... > termination of the loop is not visible at that point. ... > terminating condition is visible in that context. ... > You now want to allow this remote procedure,... (comp.lang.cobol)
Re: Exit Do ... I've been instructed by a dot net / asp programmer that Exit Do is ... I am using nested loops and need to exit out of one loop into ... If Some Reason to stop loop then Exit Do ...Code Stage B ... (microsoft.public.scripting.vbscript)
Re: Exit Do ... I've been instructed by a dot net / asp programmer that Exit Do is ... I am using nested loops and need to exit out of one loop into ...Code Stage B ... likely to lead to bugs and readability problems. ... (microsoft.public.scripting.vbscript)
Re: Infinite Loops and Explicit Exits ... CS> There are cases in which EXIT PERFORM is, I think, clearer than GO TO ...procedure-name-1 SECTION. ... repetition in the main loop statement is being overrun by some minor ... particularly when the requirements of elegance... (comp.lang.cobol)