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,de06245437f9462 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 17:51:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!news.maxwell.syr.edu!newspeer.monmouth.com!newscon02.news.prodigy.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr14.news.prodigy.com.POSTED!3bae8248!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Linked List in ada References: X-Newsreader: Tom's custom newsreader Message-ID: <8zQP8.893$Bu5.75289859@newssvr14.news.prodigy.com> NNTP-Posting-Host: 67.115.107.15 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr14.news.prodigy.com 1024447812 ST000 67.115.107.15 (Tue, 18 Jun 2002 20:50:12 EDT) NNTP-Posting-Date: Tue, 18 Jun 2002 20:50:12 EDT Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: Q[RGGTSDZRRQBQH]]RKB_UDAZZ\DPCPDLXUNNHXIJYWZUYICD^RAQBKZQTZTX\_I[^G_KGFNON[ZOE_AZNVO^\XGGNTCIRPIJH[@RQKBXLRZ@CD^HKANYVW@RLGEZEJN@\_WZJBNZYYKVIOR]T]MNMG_Z[YVWSCH_Q[GPC_A@CARQVXDSDA^M]@DRVUM@RBM Date: Wed, 19 Jun 2002 00:50:12 GMT Xref: archiver1.google.com comp.lang.ada:26330 Date: 2002-06-19T00:50:12+00:00 List-Id: > I don't think the syntax is right with the pointers. and ideas? You're pretty close. What does your compiler say when you try to compile it? That, and looking at running Ada code and seeing how it looks different, should find the syntax errors. Semantically, look to see what's needed and what (like two "exit"s in the loop) is extra garbage.