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,4a5bab72e3ac47fc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: Brian May Newsgroups: comp.lang.ada Subject: Re: Dynamich Dispatching... References: <18qpcb693v2zz$.1es3pcrwk4eiu$.dlg@40tude.net> Date: Mon, 04 Oct 2004 21:02:44 +1000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:1dDJsG6MXEg+QOCZY2xCBGAsvd8= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: dsl-202-173-153-89.vic.westnet.com.au X-Trace: news.melbourne.pipenetworks.com 1096887753 202.173.153.89 (4 Oct 2004 21:02:33 +1000) X-Complaints-To: abuse@pipenetworks.com X-Abuse-Info: Please forward all headers to enable your complaint to be properly processed. Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!news-south.connect.com.au!news.alphalink.com.au!news.melbourne.pipenetworks.com!not-for-mail Xref: g2news1.google.com comp.lang.ada:4653 Date: 2004-10-04T21:02:44+10:00 List-Id: >>>>> "Dmitry" == Dmitry A Kazakov writes: >> package Constructor is >> function Create(Text: String; Radius: Integer) return Circle; >> end Constructor ; Dmitry> You do not need a nested package here. , section 1.4, recommends it. Actually, I don't understand why. There are other parts of this reference which seem dodgy though (at least to me), so I am not sure how much you can rely on it. (Sections 1.2 and 7 really have me confused too). -- Brian May