home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / rexx / 907 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.9 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.92Sep6183414@grover.cs.unc.edu>
  6. Date: 6 Sep 92 22:34:14 GMT
  7. References: <REXXLIST%92090515552695@UGA.CC.UGA.EDU>
  8. Sender: news@cs.unc.edu
  9. Organization: UNC Department of Computer Science
  10. Lines: 29
  11. In-reply-to: GOMBERG@UCSFVM.BITNET's message of 5 Sep 92 19:48:38 GMT
  12.  
  13. In article <REXXLIST%92090515552695@UGA.CC.UGA.EDU> GOMBERG@UCSFVM.BITNET (Dave Gomberg) writes:
  14.  
  15.    On Sat, 5 Sep 1992 17:50:20 GMT Charles R. Martin said:
  16.    >1. I don't think any sensible interpretation of pos('a b'...) would
  17.    >   permit it to match on either 'a<blank>b' or 'a<tab>b'.  I'd certainly
  18.    >   consider such an implementation buggy.
  19.  
  20.    I am glad I don't run an implementation you wrote.  I would sue an
  21.    implementer who would ever return something besides 1 from pos(x,x),
  22.    even if x had blanks in it (unless, of course, x was the null
  23.    string).  Why would they even matter?  Have you read the definition
  24.    of pos?
  25.  
  26. Um, are you sure that you read what *I* wrote?  In English, "either ...
  27. or" is *inclusive* or.  What I said is that I would be displeased by an
  28. implementation of pos which matched "a b" with either "a<space>b", OR
  29. "a<tab>b".  In other words, I'd expect pos("a b", "a b") to return 1 and
  30. pos("a b","a    b") (that's a tab character in there) to return 0.
  31.  
  32.  
  33. --
  34. Charles R. Martin/(Charlie)/martinc@cs.unc.edu/(ne crm@cs.duke.edu) 
  35. O/Dept. of Computer Science/CB #3175 UNC-CH/Chapel Hill, NC 27599-3175
  36. H/3611 University Dr #13M/Durham, NC 27707/(919) 419 1754
  37. ----------------------------------------------------------------------
  38. "I am he who walks the States with a barb'd tongue, questioning every
  39. one I meet,/Who are you that wanted only to be told what you knew
  40. before?/ Who are you that wanted only a book to join you in your
  41. nonsense?"  _Leaves of Grass_ xxiii.4.
  42.