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.0 required=5.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fad7742cc8dcbb84,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Douglas Chong" Newsgroups: comp.lang.ada Subject: type and subtype Date: 24 Jul 2005 07:24:38 -0700 Organization: http://groups.google.com Message-ID: <1122215078.559279.16980@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 202.133.101.83 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1122215082 6275 127.0.0.1 (24 Jul 2005 14:24:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 24 Jul 2005 14:24:42 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=202.133.101.83; posting-account=4Ml-QA0AAAAmNHiYvTZbSgL3UWf6uzGV Xref: g2news1.google.com comp.lang.ada:3738 Date: 2005-07-24T07:24:38-07:00 List-Id: I'm a newbie in Ada 95. Can some one tell me what is the different between type and subtype ? Both are look the same for me. Thanks