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 Path: g2news1.google.com!postnews.google.com!z10g2000prh.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Synatx error for Hello World Ada program in the web, or did Ada changed? Date: Tue, 22 Dec 2009 17:31:39 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1261531899 8238 127.0.0.1 (23 Dec 2009 01:31:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Dec 2009 01:31:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z10g2000prh.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8493 Date: 2009-12-22T17:31:39-08:00 List-Id: On Dec 22, 3:16=A0pm, "Nasser M. Abbasi" wrote: > I was just testing my GPS installation from the latest GPL 2009 edition > downloaded from Ada libre web site. > > So I just copied this hello world ada program shown here: > > http://www.engin.umd.umich.edu/CIS/course.des/cis400/ada/hworld.html > > Here it is: > > with Text_To; use Text_To > =A0 procedure hello is > =A0 =A0 begin > =A0 =A0 put("Hello World"); > =A0end hello Good grief. What is Text_To? It looks as though this code was generated by running some old faded printout through a scanner right after someone spilled a packet of Sweet-N-Low on the glass, or something like that. Shame on them for such an appalling level of sloppiness. Well, one other university to add to the list of places I'm not going to send my kids... -- Adam