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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.84.239 with SMTP id s75mr833775yhe.28.1392309800328; Thu, 13 Feb 2014 08:43:20 -0800 (PST) X-Received: by 10.50.22.243 with SMTP id h19mr83685igf.5.1392309800053; Thu, 13 Feb 2014 08:43:20 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!k15no19472358qaq.0!news-out.google.com!h8ni0igy.0!nntp.google.com!c10no20581188igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 13 Feb 2014 08:43:19 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <70a53b5b-a4b5-481c-acc5-92814dff0655@googlegroups.com> Subject: Re: Procedure defined in package body accessed by separate procedure From: adambeneschan@gmail.com Injection-Date: Thu, 13 Feb 2014 16:43:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1501 Xref: number.nntp.dca.giganews.com comp.lang.ada:184828 Date: 2014-02-13T08:43:19-08:00 List-Id: On Thursday, February 13, 2014 8:32:53 AM UTC-8, Dirk Heinrichs wrote: > > > with text_io; > > use Text_IO; > > separate (Greetings) > > Should be "with Greetings;" No, this is misinformation. separate(Greetings) is correct. -- Adam