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-Thread: 103376,1dfb504f4080bb06 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!news.glorb.com!proxad.net!193.252.118.146.MISMATCH!news.wanadoo.fr!news.wanadoo.fr!not-for-mail Sender: obry@PASCAL Newsgroups: comp.lang.ada Subject: Re: two Ada95 syntax questions References: <455a31fd.0503091021.7650206e@posting.google.com> From: Pascal Obry Date: 09 Mar 2005 19:26:50 +0100 Message-ID: Organization: Home - http://www.obry.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 09 Mar 2005 19:26:51 CET NNTP-Posting-Host: 82.120.30.69 X-Trace: 1110392811 news.wanadoo.fr 1206 82.120.30.69:2894 X-Complaints-To: abuse@wanadoo.fr Xref: g2news1.google.com comp.lang.ada:8964 Date: 2005-03-09T19:26:51+01:00 List-Id: robertfm@eforell.com (bob) writes: > 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.: > > Blah blah\ > Blah -- blahs all on same line No. This is not needed. For string it is posssible to use '&' operator which is handled at compile time. Var : constant String := "This is a multi-line string value" & " which is analyzed at compile time, so operator '&'" & " has no runtime penalty"; Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.org --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595