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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92090813231362@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Tue, 8 Sep 1992 10:21:06 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 12:32:48 -0400 from <dsr@LNS598.TN.CORNELL.EDU>
  11. Lines: 18
  12.  
  13. On Tue, 8 Sep 1992 12:32:48 -0400 cultural elite said:
  14. >Dave Gomberg <GOMBERG@UCSFVM.BITNET> writes:
  15. >>I want that in MY os.  But there is no accounting for taste!   I would
  16. >>really like Anders (I assume the first letter is in fact capitalized)
  17. >>and other Unix types to say if they can stand it that:
  18. >>
  19. >>    c=a||b;  say pos(a,c)
  20. >>
  21. >>would say 0?  It is not what I mean by REXX.  Sorry this rambles so.  Dave
  22. >
  23. >Ok, call me blind, I but I can't see this hole I seem to be in.  You'll
  24. >have to explain how you get c=a||b; pos(a,c)=0 out of any sensible
  25. >proposal.
  26.  
  27. If the synonymy of tabs to a particular number of blanks were accepted, and
  28. if assignment did normalization (as it often does, both in standards and in
  29. practice) then c might well have a tab when a ended and b began with strings
  30. of blanks.   Dave
  31.