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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ed1ad27c78470510 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!i40g2000cwc.googlegroups.com!not-for-mail From: "Rolf" Newsgroups: comp.lang.ada Subject: Re: Main procedure inside a package? Date: 3 May 2006 12:41:36 -0700 Organization: http://groups.google.com Message-ID: <1146685296.548136.275180@i40g2000cwc.googlegroups.com> References: <1146660038.801976.129790@g10g2000cwb.googlegroups.com> NNTP-Posting-Host: 84.152.67.80 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1146685305 20548 127.0.0.1 (3 May 2006 19:41:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 3 May 2006 19:41:45 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.54,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i40g2000cwc.googlegroups.com; posting-host=84.152.67.80; posting-account=X6JcNAwAAACCYFUClJvh1OjD0lgttvkm Xref: g2news2.google.com comp.lang.ada:4051 Date: 2006-05-03T12:41:36-07:00 List-Id: > Is it possible for the main procedure to be inside a package? The > compiler is GNAT. with My_Package; procedure Main is begin My_Package.Main; end;