home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / rexx / 968 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.1 KB

  1. Path: sparky!uunet!gatech!concert!borg!news_server!martinc
  2. From: martinc@grover.cs.unc.edu (Charles R. Martin)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Blanks, REXX, and portability...
  5. Message-ID: <MARTINC.92Sep9095749@grover.cs.unc.edu>
  6. Date: 9 Sep 92 13:57:49 GMT
  7. References: <REXXLIST%92090813231362@UGA.CC.UGA.EDU>
  8. Sender: news@cs.unc.edu
  9. Organization: UNC Department of Computer Science
  10. Lines: 34
  11. In-reply-to: GOMBERG@UCSFVM.BITNET's message of 8 Sep 92 17:21:06 GMT
  12.  
  13. In article <REXXLIST%92090813231362@UGA.CC.UGA.EDU> GOMBERG@UCSFVM.BITNET (Dave Gomberg) writes:
  14.  
  15.    On Tue, 8 Sep 1992 12:32:48 -0400 cultural elite said:
  16.    >Dave Gomberg <GOMBERG@UCSFVM.BITNET> writes:
  17.    >>I want that in MY os.  But there is no accounting for taste!   I would
  18.    >>really like Anders (I assume the first letter is in fact capitalized)
  19.    >>and other Unix types to say if they can stand it that:
  20.    >>
  21.    >>    c=a||b;  say pos(a,c)
  22.    >>
  23.    >>would say 0?  It is not what I mean by REXX.  Sorry this rambles so.  Dave
  24.    >
  25.    >Ok, call me blind, I but I can't see this hole I seem to be in.  You'll
  26.    >have to explain how you get c=a||b; pos(a,c)=0 out of any sensible
  27.    >proposal.
  28.  
  29.    If the synonymy of tabs to a particular number of blanks were accepted, and
  30.    if assignment did normalization (as it often does, both in standards and in
  31.    practice) then c might well have a tab when a ended and b began with strings
  32.    of blanks.   Dave
  33.  
  34. I think part of the point is that there can't be a standard equation of
  35. TAB to some number of blanks; that's what crosses up the hoped-for
  36. identities.  But that question seems orthogonal to whether blanks and
  37. tabs ought both be whitespace.
  38. --
  39. Charles R. Martin/(Charlie)/martinc@cs.unc.edu/(ne crm@cs.duke.edu) 
  40. O/Dept. of Computer Science/CB #3175 UNC-CH/Chapel Hill, NC 27599-3175
  41. H/3611 University Dr #13M/Durham, NC 27707/(919) 419 1754
  42. ----------------------------------------------------------------------
  43. "I am he who walks the States with a barb'd tongue, questioning every
  44. one I meet,/Who are you that wanted only to be told what you knew
  45. before?/ Who are you that wanted only a book to join you in your
  46. nonsense?"  _Leaves of Grass_ xxiii.4.
  47.