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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,eda443e5aaf028c4 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Suprise of comparison result Date: 1999/10/18 Message-ID: <7udvrl$npq$1@nnrp1.deja.com>#1/1 X-Deja-AN: 537271430 References: <37fd7e17.0@news.pacifier.com> <7tk5d5$2qu$1@nnrp1.deja.com> <7tke70$lf4$1@ash.prod.itd.earthlink.net> X-Http-Proxy: 1.0 x23.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Mon Oct 18 02:15:21 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-10-18T00:00:00+00:00 List-Id: In article <7tke70$lf4$1@ash.prod.itd.earthlink.net>, "David C. Hoos, Sr." wrote: > I believe what happens is that the literals -32768 and 32767 ^^^^^^ This is not a literal, very few languages have negative literals (APL is an exception). Understanding this is important in nearly all languages. To test your understanding, what is the result of -5 mod 3 Most people get this wrong! Sent via Deja.com http://www.deja.com/ Before you buy.