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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2c4429dc5b1f1886 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!z11g2000yqz.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Ada Leaking Into Day Job Date: Wed, 24 Mar 2010 14:48:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <43b5f2ce-8457-4bc4-a585-029f8279713f@z11g2000yqz.googlegroups.com> References: <737416fd-7094-40dc-a0eb-6fc9fd931fb8@f8g2000yqn.googlegroups.com> <3805ec6f-071c-4276-8166-5b93facb4656@z3g2000yqz.googlegroups.com> NNTP-Posting-Host: 85.1.77.115 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1269467282 6513 127.0.0.1 (24 Mar 2010 21:48:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 24 Mar 2010 21:48:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z11g2000yqz.googlegroups.com; posting-host=85.1.77.115; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9753 Date: 2010-03-24T14:48:01-07:00 List-Id: > On 22 Mrz., 17:55, KarlNyberg: > > > Yeah, I had one of these drive me bonkers for a while: > > > for (i =3D 0; i < something; i++); > > =A0 =A0 { > > =A0 =A0 =A0 =A0 =A0/* something here */ > > =A0 =A0 } > > > Always executed ONCE... =A0Even when it wasn't supposed to! :-( > > That's more a typical C annoyance (there was a funny list about that). A nice of such lists: "The Top 10 Ways to get screwed by the "C" programming language" http://www.andromeda.com/people/ddyer/topten.html Your "';' before {}" belongs to the #8 one...