home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
- Message-ID: <REXXLIST%92090900471641@UGA.CC.UGA.EDU>
- Newsgroups: comp.lang.rexx
- Date: Tue, 8 Sep 1992 21:45:13 PDT
- Sender: REXX Programming discussion list <REXXLIST@UGA.BITNET>
- From: Dave Gomberg <GOMBERG@UCSFVM.BITNET>
- Subject: Re: Blanks, REXX, and portability...
- In-Reply-To: Message of Tue,
- 8 Sep 1992 13:50:26 -0400 from <dsr@LNS598.TN.CORNELL.EDU>
- Lines: 11
-
- Dan, even without normalization (such as is called for by FORTRAN and
- the floating point ANSI standards) you will still have problems with:
-
- X=expr
- PUSH X
- whatever code on X
- PULL X
- whatever code on X
-
- and the two versions of the whatever code don't do the same thing. Too
- confusing for my little brain. Dave
-