comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: two Ada95 syntax questions
Date: Wed, 9 Mar 2005 19:28:26 +0100
Date: 2005-03-09T19:28:22+01:00	[thread overview]
Message-ID: <z0pa9sy7vhhf.1aj5nsx2qcc3m$.dlg@40tude.net> (raw)
In-Reply-To: 455a31fd.0503091021.7650206e@posting.google.com

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



  parent reply	other threads:[~2005-03-09 18:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-09 18:21 two Ada95 syntax questions bob
2005-03-09 18:26 ` Pascal Obry
2005-03-09 18:28 ` Dmitry A. Kazakov [this message]
2005-03-09 19:12 ` Larry Kilgallen
2005-03-11 21:42 ` Keith Thompson
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox