home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 830 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.0 KB  |  27 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92082911224924@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Sat, 29 Aug 1992 08:19:45 PDT
  6. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  7. From:         Dave Gomberg <GOMBERG@UCSFVM.BITNET>
  8. Subject:      Re: Blanks vs white space...
  9. In-Reply-To:  Message of Sat,
  10.               29 Aug 1992 17:02:32 GMT from <eric@SEJNET.SUNET.SE>
  11. Lines: 14
  12.  
  13. Well, Eric, I have a little problem with your latest.  Suppose I write:
  14.  
  15.     DO I=1^TO 10
  16.  
  17. where ^ is one of the weird, emm/2*PI to the blank spaces.  Is the
  18. parser supposed to recognize that too?  It seems to me that a system which
  19. treats K as blank because it was written in a country where there is no
  20. K in the national alphabet should be expected to provide an "export"
  21. routine to turn its internal files into those the rest of the world can
  22. use.  Many applications have this facility.  Then a rexx process is just
  23.  
  24.   export fn | rexx
  25.  
  26. Comments?
  27.