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,bc243f3bb85ffa4f X-Google-Attributes: gid103376,public From: red@satcom.whit.org (Robert Dunn) Subject: Re: Exceptions: Are they GOTOs? Date: 1996/07/18 Message-ID: <19960718.083252.684@satcom.whit.org>#1/1 X-Deja-AN: 169478685 references: <4s4gic$etl@news.pacifier.com> organization: Manassas News Server newsgroups: comp.lang.ada Date: 1996-07-18T00:00:00+00:00 List-Id: In article , on 16 Jul 1996 18:09:13 GMT, Robert I. Eachus writes: > > Robert I. Eachus > >with Standard_Disclaimer; >use Standard_Disclaimer; >function Message (Text: in Clever_Ideas) return Better_Ideas is... Hi, Two things. First, may I borrow this? Second. Can we kill this thread? It is getting rather redundant. To answer the question as to exception=goto is simple. Does execution resume at the statement after the statement on which the exception occured (was raised)? If it does, then exception<>goto. If it does not then exception=goto. Thanks, bye.