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,b62b9163b26144cf X-Google-Attributes: gid103376,public From: "Jeff Creem" Subject: Re: Exit Loop_Statement Date: 2000/05/10 Message-ID: <8fbe94$gvr$1@pyrite.mv.net>#1/1 X-Deja-AN: 621510130 References: <8f7oep$khc$1@enyo.uwa.edu.au> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@mv.com X-Trace: pyrite.mv.net 957955172 17403 199.125.99.74 (10 May 2000 10:39:32 GMT) Organization: MV Communications, Inc. X-MSMail-Priority: Normal NNTP-Posting-Date: 10 May 2000 10:39:32 GMT Newsgroups: comp.lang.ada Date: 2000-05-10T10:39:32+00:00 List-Id: By the way...Not that this was the original question and it is probably help "out of scope" but so manner programmers (even those who have been doing it for a living for a few years) do this that I thought it worth while to catch this now.. Take a look at the following snippet of code.. > I := 0; --Initialize i > Nof := 0; --Initialize NOF > After reading the comments, is there anything that you now know that you did not know before you read the comments....Nope....Just a case of commenting so that one can feel good that there are comments in the code...Use better variable names and delete those comments...(Of course there are other more subtle things that could be done on those lines as well but that is left as an exercise for the writer) Jeff