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.224.69.67 with SMTP id y3mr27937953qai.1.1414000033989; Wed, 22 Oct 2014 10:47:13 -0700 (PDT) X-Received: by 10.50.141.138 with SMTP id ro10mr434543igb.16.1414000033883; Wed, 22 Oct 2014 10:47:13 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!cm18no366152qab.0!news-out.google.com!ks2ni543igb.0!nntp.google.com!h18no8837281igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Oct 2014 10:47:13 -0700 (PDT) In-Reply-To: <1c18d4c3-aa53-4547-85c9-55477cde7364@googlegroups.com> 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: <7c1b89e6-9ab8-4faa-b60c-c5c4683f0bff@googlegroups.com> <1c18d4c3-aa53-4547-85c9-55477cde7364@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Assembling Complex Strings Containing Carriage Returns Prior to Using Ada.Text_IO.Put? From: Adam Beneschan Injection-Date: Wed, 22 Oct 2014 17:47:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189979 Date: 2014-10-22T10:47:13-07:00 List-Id: On Wednesday, October 22, 2014 10:44:30 AM UTC-7, I wrote: > S will have length 3 and will be "'x'". In case this is unreadable in your font, it's supposed to be double-quote, single-quote, x, single-quote, double-quote. The three characters inside the double quotes are the characters that make up the string S. Same here: > 'Image will produce "THIS", "THAT", or "'?'". The last one is a three-character string. -- Adam