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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f2c8b37fdc73a652 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Can Ada95 features replace the use of Ada 83 Varient records? Date: 1998/08/21 Message-ID: <6rjv75$p37@hacgate2.hac.com>#1/1 X-Deja-AN: 383343576 References: <01bdcd2f$a7da71f0$0f010180@nc84c> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: Hughes Aircraft Company Newsgroups: comp.lang.ada Date: 1998-08-21T00:00:00+00:00 List-Id: Mark wrote in message <01bdcd2f$a7da71f0$0f010180@nc84c>... >-- I'm new to Ada95 (Familar with 83) and thought that the use >-- of varient records in Ada 83 can be replaced by Tagged types. > >-- Is it possible to implement the following using Ada 95 features? > See the files on my FTP site in: ftp://ftp.ada95.com/pub/tagged_types The main program is test_messages. This is just a contrived example for proof of concept. Hope this helps, David C. Hoos, Sr.