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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e1eb00e18fe42be8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-01 07:03:42 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!howland.reston.ans.net!math.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!firth From: firth@sei.cmu.edu (Robert Firth) Subject: Re: Help on Ada program !! Message-ID: <1994Nov1.094039.18981@sei.cmu.edu> Keywords: Ada program !! Sender: netnews@sei.cmu.edu (Netnews) Organization: Software Engineering Institute References: <395hl0$ai0@pegasus.rutgers.edu> Distribution: usa Date: Tue, 1 Nov 1994 09:40:39 EST Date: 1994-11-01T09:40:39-05:00 List-Id: In article <395hl0$ai0@pegasus.rutgers.edu> yorkie@pegasus.rutgers.edu (Sandra Buyo) writes: >Basically the code needs to be added in where the ***'s are!! I >recognise this to be similiar to pascal but I am not familiar with the >syntax of ada !! > task type buffer is I think most of the answer can be found in the Ada Rationale, Section 13.2.5, p 280. It gives the complete body of the BUFFER task, and seems to be the source from which your example has been plag^H^H^H^H adopted. Also, the version you gave contains a couple of errors and infelicities, that are not present in the original version.