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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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-25 06:39:27 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!u1056633.ul.warwick.NET!not-for-mail From: Roberto Waltman Newsgroups: comp.lang.ada Subject: Re: whats semicolon? Date: Sat, 25 Oct 2003 09:39:18 -0400 Message-ID: References: <3F983E65.2080407@terra.es> NNTP-Posting-Host: u1056633.ul.warwick.net (216.6.142.119) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1067089166 34124125 216.6.142.119 (16 [117060]) X-Newsreader: Forte Agent 1.92/32.572 Xref: archiver1.google.com comp.lang.ada:1661 Date: 2003-10-25T09:39:18-04:00 List-Id: >Im triying to develop a code in ADA. Im a newbie :). This code must >ouput a series number. > > ... > >When I try to compile it, the objectada show the following error: > >practica1.adb: Error: line 20 col 2 Parse error: expected SEMICOLON, got >ELSE, Inserting SEMICOLON > >Whats SEMICOLON? Colon - Dos puntos - ':' Semicolon - Punto y coma - ';' R.W