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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,999172cfe4113340,start X-Google-Attributes: gid103376,public From: Oliver Kellogg Subject: Re: How to implement a continue statement in Ada? Date: 2000/02/08 Message-ID: <87pgm3$o3p$1@nnrp1.deja.com>#1/1 X-Deja-AN: 583238703 X-Http-Proxy: 1.0 x28.deja.com:80 (Squid/1.1.22) for client 195.243.118.226 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Feb 08 16:36:20 2000 GMT X-MyDeja-Info: XMYDJUIDokellogg Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT; DUL080698; DUL010798; DUL990609) Date: 2000-02-08T00:00:00+00:00 List-Id: In article <6smb7v$j39$1@nnrp1.dejanews.com>, dennison@telepath.com wrote: > I have used Ada for 9 years now, and have yet to tell myself, > "gee, I really wish I could do a continue". I think this is > mostly an issue for C converts. I care to disagree. We have a coding rule that forbids the use of goto. I generally like that rule - it prevents insufficiently trained people from messing around. Then again, I have never needed goto for other than emulating "continue". So I see this as an exceptional case. I hereby cast my vote for introducing the "continue" keyword in Ada-0x Oliver M. Kellogg Sent via Deja.com http://www.deja.com/ Before you buy.