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-30 11:24:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.airnews.net!cabal11.airnews.net!cabal2.airnews.net!news-f.iadfw.net!usenet From: "John R. Strohm" Newsgroups: comp.lang.ada Subject: Re: Ada has no continual line(s) ?? Date: Thu, 30 May 2002 13:18:36 -0700 Organization: Airnews.net! at Internet America Message-ID: <61F3D95684C39416.22460EE382CEAB92.C10CD01C79B28381@lp.airnews.net> X-Orig-Message-ID: References: <3cf652a0.31278796@news.demon.co.uk> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library1-aux.airnews.net NNTP-Posting-Time: Thu May 30 13:22:55 2002 NNTP-Posting-Host: !Z$kC1k-Vff$H[U (Encoded at Airnews!) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:25025 Date: 2002-05-30T13:18:36-07:00 List-Id: Continuation marks are pretty much unique to FORTRAN. In Ada, the semicolon at the end of the statement terminates the statement. Until the compiler encounters the semicolon, successive lines are all considered to be continuations of the same statement. "hongxun lee" wrote in message news:ad5o8l$2u7$1@charm.magnus.acs.ohio-state.edu... > Sorry..my Q is How to show a line of code is a continual part of it > preceding statement? > Thanks > > > > "John McCabe" wrote in message > news:3cf652a0.31278796@news.demon.co.uk... > > On Thu, 30 May 2002 12:20:23 -0400, "hongxun lee" > > wrote: > > > > > > > > > > > > > > > Pardon? What do you mean? > >