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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1e3f2eac5c026e3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-29 05:35:13 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!logbridge.uoregon.edu!canoe.uoregon.edu!elk.ncren.net!nntp.upenn.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Other Ada Standards (was Re: SIGada Conference) Date: Mon, 29 Dec 2003 08:36:35 -0500 Organization: Michigan State University Message-ID: References: <468D78E4EE5C6A4093A4C00F29DF513D04B82B08@VS2.hdi.tvcabo> <3FEB047A.1040100@noplace.com> NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:3922 Date: 2003-12-29T08:36:35-05:00 List-Id: "Dmitry A. Kazakov" wrote in message news:bsp2po$epgut$2@ID-77047.news.uni-berlin.de... > Oh yes, but the number of source code lines is also an indicator. Should we > follow Basic by explicit numbering them? The point is that, I just can't let this bad analogy lie ... ;-) When BASIC required lines numbers it didn't enforce that the numbering had anything to do with the actual number of lines. 10 PRINT "Hello World": 15 PRINT "." 20 STOP Gee, this program doesn't look like it contains twenty lines ;-) -CRM