home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / rexx / 958 < prev    next >
Encoding:
Text File  |  1992-09-08  |  846 b   |  24 lines

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