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,338371dbbe7075d X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: [Q] Portability of <= and >= with real operands Date: 1996/12/03 Message-ID: <1996Dec3.103933.1@eisner>#1/1 X-Deja-AN: 202111162 x-nntp-posting-host: eisner.decus.org references: x-nntp-posting-user: KILGALLEN x-trace: 849627578/2468 organization: LJK Software newsgroups: comp.lang.ada Date: 1996-12-03T00:00:00+00:00 List-Id: In article , stt@houdini.camb.inmet.com (Tucker Taft) writes: > Are you also saying that X <= Y is somehow "better" than not (X > Y)? Depending on the context, one form or the other may be _much_ easier for a human to scan. It all depends upon how X and Y have been used in the surrounding lines, as well as what the real names are (one hopes that only those doing graphics or genetics actually name variables X and Y). Larry Kilgallen