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,b7e91a32073f0674 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-23 18:19:25 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread3.news.pas.earthlink.net.POSTED!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: whats semicolon? References: <3F983E65.2080407@terra.es> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Fri, 24 Oct 2003 01:19:25 GMT NNTP-Posting-Host: 63.184.8.150 X-Complaints-To: abuse@earthlink.net X-Trace: newsread3.news.pas.earthlink.net 1066958365 63.184.8.150 (Thu, 23 Oct 2003 18:19:25 PDT) jrcarter010@earthlink.net NNTP-Posting-Date: Thu, 23 Oct 2003 18:19:25 PDT Xref: archiver1.google.com comp.lang.ada:1567 Date: 2003-10-24T01:19:25+00:00 List-Id: Ludovic Brenta wrote: > "@{-_-}@" writes: > >>c: integer :=0; > > ^^^^^^^^^^^^^^^^ > > You do not need to declare this variable. The "for" loops below will > declare it implicitly for you. Technically, this variable is never used. To answer the OP's question, a semicolon is the character ';'. Every statement in Ada must be terminated by a semicolon. -- Jeff Carter "C++ is like jamming a helicopter inside a Miata and expecting some sort of improvement." Drew Olbrich 51