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,a90718b61c5de714 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: assignments using different types Date: 1997/02/10 Message-ID: #1/1 X-Deja-AN: 217959273 references: <32EE4431.6D24@ti.com> <32eeaf02.9413191@NEWS.CLOUD9.NET> organization: New York University newsgroups: comp.lang.ada Date: 1997-02-10T00:00:00+00:00 List-Id: Paul said <> This is quite wrong, it would be true in C, but is not just false for Ada. It is the *essence* of a critical feature of Ada that it is false! In the example you were commenting on, the float types were different types, and the casts, called type conversions in ada, were definitely necessary.