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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1dfb504f4080bb06 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: two Ada95 syntax questions Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <455a31fd.0503091021.7650206e@posting.google.com> Date: Wed, 9 Mar 2005 19:28:26 +0100 Message-ID: NNTP-Posting-Date: 09 Mar 2005 19:28:22 MET NNTP-Posting-Host: 0d8fba34.newsread2.arcor-online.net X-Trace: DXC=C1D^LQD[N6XghFd\k@b23TQ5U85hF6f;TjW\KbG]kaMXliQbn6H@_EYC:eD>eK:[A_WRXZ37ga[7Zeh9Z=IkP^1TPIh>@C8VTS] X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:8965 Date: 2005-03-09T19:28:22+01:00 List-Id: On 9 Mar 2005 10:21:27 -0800, bob wrote: > Does Ada95 support multi-line comments? (i.e. /*�.*/) Seems like I > remember some compilers do though I don't see this in the LRM. No > Does it support multi-line extensions? (i.e.: No. But there is no need in that. Except for keywords, identifiers, comments and literals anything else may occupy as many lines you want. For string literals one can use concatenation: > Blah blah\ > Blah -- blahs all on same line "Blah blah" & "Blah" results in "Blah blahBlah" -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de