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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4e39e3650a0d633 X-Google-Attributes: gid103376,public From: Al Christians Subject: Re: Icon Co-Expressions in Ada Date: 1998/12/16 Message-ID: <367840D9.5A599224@easystreet.com>#1/1 X-Deja-AN: 423045144 Content-Transfer-Encoding: 7bit References: Content-Type: text/plain; charset=us-ascii X-Trace: news6.ispnews.com 913849925 206.103.58.38 (Wed, 16 Dec 1998 18:12:05 EDT) Organization: Trillium Resources Corporation MIME-Version: 1.0 NNTP-Posting-Date: Wed, 16 Dec 1998 18:12:05 EDT Newsgroups: comp.lang.ada Date: 1998-12-16T00:00:00+00:00 List-Id: Stephen Leake wrote: > > Since I don't know anything about Icon, can you explain what "the > suspend mechanism" does? > It's like a return statement in the body of a loop, where the next call to the function continues the iteration where it left off to get the next value. Al