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,74a0352df2d2082a X-Google-Attributes: gid103376,public From: rav@goanna.cs.rmit.edu.au (Robin Vowels) Subject: Re: strongly typed langauge Date: 1996/09/23 Message-ID: <525is4$haj@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 184805785 expires: 1 January 1997 00:00:00 GMT references: <51rai1$2jh@rc1.vub.ac.be> <3242665A.76FD@dynamite.com.au> organization: Comp Sci, RMIT, Melbourne, Australia newsgroups: comp.lang.ada nntp-posting-user: rav Date: 1996-09-23T00:00:00+00:00 List-Id: Alan Brain writes: >Suppose you had a quantity of 5 apples and 11 oranges. >In an untyped language, you could add 07 and 0B (Hex) to make 10 (Hex) ---In an untyped language, I assure you that 07 + 0B gives 12 (hex).