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,9e90e30a519a635b X-Google-Attributes: gid103376,public From: Geoff Bull Subject: Re: return statements in procedures Date: 2000/06/06 Message-ID: <393C45E2.B47A485F@research.canon.com.au>#1/1 X-Deja-AN: 631524070 Content-Transfer-Encoding: 7bit References: <393B2054.618F6E80@baesystems.com.au> <393BB2E4.937BA4DA@quadruscorp.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@research.canon.com.au X-Trace: cass.research.canon.com.au 960251315 16269 203.12.174.227 (6 Jun 2000 00:28:35 GMT) Organization: Canon Information Systems Research Australia Mime-Version: 1.0 NNTP-Posting-Date: 6 Jun 2000 00:28:35 GMT Newsgroups: comp.lang.ada Date: 2000-06-06T00:28:35+00:00 List-Id: "Marin D. Condic" wrote: > I've been programming in Ada for over 15 years and never > once used a goto for anything other than illustration purposes. Not that > I fear them - just never had much use for one. I find goto's very useful for avoiding the use of return statements in procedures :-)