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-Thread: 103376,76769272cb0053f1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny09.POSTED!c2bfcbcf!not-for-mail Subject: Re: New to ADA - not a homework Newsgroups: comp.lang.ada References: <1111175242.081069.274410@f14g2000cwb.googlegroups.com> Message-ID: From: "Ed Falis" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit User-Agent: Opera M2(BETA1)/8.00 (Linux, build 913) Date: Fri, 18 Mar 2005 20:25:15 GMT NNTP-Posting-Host: 70.22.128.152 X-Complaints-To: abuse@verizon.net X-Trace: trndny09 1111177515 70.22.128.152 (Fri, 18 Mar 2005 15:25:15 EST) NNTP-Posting-Date: Fri, 18 Mar 2005 15:25:15 EST Xref: g2news1.google.com comp.lang.ada:9611 Date: 2005-03-18T20:25:15+00:00 List-Id: On Fri, 18 Mar 2005 14:13:21 -0600, Marc A. Criley wrote: > (Now there are ways to permit a package body to be provided anyways > under these circumstances if it's warranted by the implementation of the > application, but we'll just get you going with the basics first pragma Elaborate_Body in the package declaration achieves this.