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 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-7-bit Path: g2news2.google.com!postnews.google.com!f8g2000yqn.googlegroups.com!not-for-mail From: KarlNyberg Newsgroups: comp.lang.ada Subject: Re: Ada Leaking Into Day Job Date: Mon, 22 Mar 2010 09:55:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <737416fd-7094-40dc-a0eb-6fc9fd931fb8@f8g2000yqn.googlegroups.com> References: NNTP-Posting-Host: 24.125.57.14 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1269276924 18768 127.0.0.1 (22 Mar 2010 16:55:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 22 Mar 2010 16:55:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f8g2000yqn.googlegroups.com; posting-host=24.125.57.14; posting-account=TpjGSQoAAADyZ3j7ukab-gYBiUeRSw8c User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:10658 Date: 2010-03-22T09:55:23-07:00 List-Id: Yeah, I had one of these drive me bonkers for a while: for (i = 0; i < something; i++); { /* something here */ } Always executed ONCE... Even when it wasn't supposed to! :-(