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,d901a50a5adfec3c X-Google-Attributes: gid103376,public X-Google-Thread: 1094ba,9f0bf354542633fd X-Google-Attributes: gid1094ba,public From: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: Fortran or Ada? Date: 1998/09/25 Message-ID: #1/1 X-Deja-AN: 394557582 References: <36068E73.F0398C54@meca.polymtl.ca> <6u8r5o$aa4$1@nnrp1.dejanews.com> <360A3446.8AD84137@lmco.com> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 906681162 11982 144.205.16.58 (24 Sep 1998 23:52:42 GMT) Organization: Department of Computer Science, RMIT NNTP-Posting-Date: 24 Sep 1998 23:52:42 GMT Newsgroups: comp.lang.fortran,comp.lang.ada Date: 1998-09-24T23:52:42+00:00 List-Id: Jeff Templon wrote: " I would write some examples, but no time. Sorry." " And are they that highly contested? I only got three posts back telling me what an idiot I was." Ok, you are an idiot :-) BTW i have conclusive proof that all of your examples are completely bogus, but i'm afraid i don't have time to post the reasons why. Needless to say, you can keep using Ada safe in the knowledge that there are no such problems*. Dale * Actually there are 2 such examples that i know of. They are... /=, = item : boolean := true; procedure a (item : boolean); a (item <= false); a (item => false); Anyone know of any others?