From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: stopping a loop iteration without exiting it Date: Tue, 09 Jan 2018 12:50:01 +0000 Organization: A noiseless patient Spider Message-ID: References: <81971548-23c9-4927-a6a8-6f0f1dba896b@googlegroups.com> <5879f25e-c825-4c84-a219-293d1508b33d@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="9a7735f9fc69dbf93e1a5e2cb4ba8451"; logging-data="31762"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19bA+SRwxpMQpZxGioFo18sSSU7cnc6HoM=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:D3p+EZAXSi7/gFXafN3OmJBPjck= sha1:wrbopg9/VHe5ALsYjyjdZhik6b8= Xref: reader02.eternal-september.org comp.lang.ada:49826 Date: 2018-01-09T12:50:01+00:00 List-Id: "Dmitry A. Kazakov" writes: > On 09/01/2018 12:05, AdaMagica wrote: >> Process : loop >> ... >> goto Process; >> ... >> end loop Process; >> >> For me, this looks like the loop is restarted from the beginning > > Which is exactly what loop continuation/next iteration is. Loop continuation/next iteration is exactly *not* restarting from the beginning.