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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4534c5761ecfe4e0,start X-Google-Attributes: gid103376,public From: "Akinsanya, Babatunde O." Subject: Help out a Newbie Date: 1997/12/25 Message-ID: #1/1 X-Deja-AN: 310171906 Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Organization: George Mason University, Fairfax, Virginia, USA Newsgroups: comp.lang.ada Date: 1997-12-25T00:00:00+00:00 List-Id: Hi all, Just a quick question and a sample code. I am new to Ada and I just want to know where I can get a windows (preferably win'95) compiler for Ada. Second, I tried compiling this sample code and I got the following errors. I am working on a unix system using DEC's ada compiler. with Ada.Text_IO; procedure Hello is begin Ada.Text_IO.Put ("Hello world!"); Ada.Text_IO.New_Line; end Hello; This is the error message. with Ada.Text_IO; --------^ ada: Error: t.ada, line 1: Found "." when expecting one of { "," ";" } end Hello; ada: Error: Terminating compilation due to syntax errors in file t.ada ada: Error: Ada compilation completed with 2 diagnostics Thanks, Tundey