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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3796c9f26082a2b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-31 00:53:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!small.news.tele.dk!212.54.64.131!news100.image.dk!news010.worldonline.dk.POSTED!not-for-mail Message-ID: <3CF72C07.AB702A38@pea.dk> From: Poul-Erik Andreasen X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.5 i586) X-Accept-Language: da, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada has no continual line(s) ?? References: <3cf652a0.31278796@news.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 31 May 2002 09:53:43 +0200 NNTP-Posting-Host: 213.237.11.74 X-Complaints-To: news-abuse@wol.dk X-Trace: news010.worldonline.dk 1022831624 213.237.11.74 (Fri, 31 May 2002 09:53:44 MET DST) NNTP-Posting-Date: Fri, 31 May 2002 09:53:44 MET DST Organization: Customer of Tiscali A/S Xref: archiver1.google.com comp.lang.ada:25058 Date: 2002-05-31T09:53:43+02:00 List-Id: Pascal Obry wrote: > > "hongxun lee" writes: > > > Sorry..my Q is How to show a line of code is a continual part of it > > preceding statement? > > In Ada statements can spread on multiple lines. Yes, but not for strings. This function call wont work Put(" This is a message over more than one line to illustrate that Ada don ignor newlines completely"); It vill an error missing string quote It have to bee Put(" This is a message over more than one line" & "to illustrate that Ada don ignor newlines completely"); -- - Poul-Erik Andreasen Hvis du mangler nogen til noget eller du kan noget for nogen. http://linux-freelance.pea.dk