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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,751d508677a5add1 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: [Ada] made me hate programming Date: Fri, 2 Jul 2010 20:30:12 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <8f469661-370c-4484-82d8-f1b365455e0f@w12g2000yqj.googlegroups.com> <98aa58b3-50fc-418d-9f72-524b5a23c89d@t10g2000yqg.googlegroups.com> <4c2bd5e5$0$2366$4d3efbfe@news.sover.net> <4c2ca2d2$0$7666$9b4e6d93@newsspool1.arcor-online.net> <4c2cb60f$0$7651$9b4e6d93@newsspool1.arcor-online.net> Injection-Date: Fri, 2 Jul 2010 20:30:12 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="6987"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+gxoQ2m/8tfjRyVVZq2qb90WUL2z/slhQ=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:6EgwE9uz/Gjt9fSFGaSdbrWiVmk= Xref: g2news2.google.com comp.lang.ada:13123 Date: 2010-07-02T20:30:12+00:00 List-Id: Simon Wright expounded in news:m2fx03xahe.fsf@pushface.org: > Georg Bauhaus writes: > >> I had seen messages like >> file, l.N, Syntax error >> or >> Syntax error at end of file > > My favourite was "Syntax error at line 0" (a Telelogic compiler from long > ago). That narrows it down to: a) No line was in error (no line zero). b) The first line was in error (starting at zero). c) Or the whole program was in error. ;-) Warren