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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9744fb3474f9427 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-24 06:57:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!sunqbc.risq.qc.ca!wesley.videotron.net!news.stealth.net!news.stealth.net!newsfeed.song.fi!newsfeed5.telia.com!194.22.194.4.MISMATCH!masternews.telia.net.!newsc.telia.net.POSTED!not-for-mail From: "Andreas Lans" Newsgroups: comp.lang.ada References: <3CEE41B6.8080005@telepath.com> Subject: Re: Enormous problems in one of my programs! X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <3FrH8.39736$n4.8839959@newsc.telia.net> Date: Fri, 24 May 2002 13:57:19 GMT NNTP-Posting-Host: 194.237.160.178 X-Complaints-To: abuse@telia.com X-Trace: newsc.telia.net 1022248639 194.237.160.178 (Fri, 24 May 2002 15:57:19 CEST) NNTP-Posting-Date: Fri, 24 May 2002 15:57:19 CEST Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:24646 Date: 2002-05-24T13:57:19+00:00 List-Id: "Ted Dennison" skrev i meddelandet news:3CEE41B6.8080005@telepath.com... > Kladde wrote: > > > fibonacci.adb:51:03: missing "end Island;" > > fibonacci.adb:59:03: declarations must come before "begin" > > fibonacci.adb:68:01: "end Fibonnaci;" expected > > > The second error seems quite self-evident. I suspect when you fix it, > the other ones will go away as well. > > > Three errors isn't bad at all. I think my first ever Fortran program > netted me 100 *screens* full of errors. :-) > > > What can I do o solve the second error then??