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: 115aec,f41f1f25333fa601 X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,a3ca574fc2007430 X-Google-Attributes: gid103376,public From: ok@goanna.cs.rmit.edu.au (Richard A. O'Keefe) Subject: Re: Ada and Automotive Industry Date: 1996/11/13 Message-ID: <56bth6$k1f$1@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 196165251 references: <3280DA96.15FB@hso.link.com> <1996Nov6.210957.3070@ole.cdac.com> <1996Nov8.183051.21638@ole.cdac.com> <5692dv$2t5$1@goanna.cs.rmit.edu.au> organization: Comp Sci, RMIT, Melbourne, Australia newsgroups: comp.lang.ada,comp.realtime nntp-posting-user: ok Date: 1996-11-13T00:00:00+00:00 List-Id: dewar@merv.cs.nyu.edu (Robert Dewar) writes: >Gosh, to me it looks like > for i in 1 .. 10 do >should be legal in Pascal, but guess what, it isn't. >What a horrible language This one is very much a propos, because for i in [1 .. 10] do _is_ legal in ISO Pascal Extended (note the brackets). (Trap for Ada programmers trying Pascal Extended: 'for X in Set' is not defined to enumerate the Set elements in any particular order.) -- Mixed Member Proportional---a *great* way to vote! Richard A. O'Keefe; http://www.cs.rmit.edu.au/%7Eok; RMIT Comp.Sci.