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.140.178.6 with SMTP id y6mr5429165qhy.14.1464653524855; Mon, 30 May 2016 17:12:04 -0700 (PDT) X-Received: by 10.157.1.4 with SMTP id 4mr344208otu.14.1464653524814; Mon, 30 May 2016 17:12:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!q32no1594432qgq.0!news-out.google.com!g40ni153qge.1!nntp.google.com!q32no1594427qgq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 30 May 2016 17:12:04 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:18f:900:8350:c86f:cbdf:ced0:8d68; posting-account=AvekzAoAAABj-TclKcOWQmXwA49MFPGX NNTP-Posting-Host: 2601:18f:900:8350:c86f:cbdf:ced0:8d68 References: <98217530-0216-4bc1-9d3c-167c5cb38b7f@googlegroups.com> <11915095-2343-4fb0-90d8-75377cbedcd0@googlegroups.com> <753206cf-25cb-40f3-bf08-ddae2c705642@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Why am I getting "missing operand" from get_line()? From: John Smith Injection-Date: Tue, 31 May 2016 00:12:04 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 1883 X-Received-Body-CRC: 2767085662 Xref: news.eternal-september.org comp.lang.ada:30521 Date: 2016-05-30T17:12:04-07:00 List-Id: On Monday, May 30, 2016 at 7:59:53 PM UTC-4, Jeffrey R. Carter wrote: > On 05/30/2016 04:09 PM, John Smith wrote: > > On page 459 of the 2012 reference manual, on the last line, I can clearly see > > that Get_Line() does not take any inputs and returns an unbounded string. > > I'm not sure what you're trying to say. Section 6.4 shows the syntax for a > function call. Your code differs from that syntax. > > -- > Jeff Carter > "When danger reared its ugly head, he bravely > turned his tail and fled." > Monty Python and the Holy Grail > 60 I'm talking about A.10.12.