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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92082710242805@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Thu, 27 Aug 1992 07:22:02 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 Thu,
  10.               27 Aug 1992 06:30:35 LCL from <anders@LISE3.LISE.UNIT.NO>
  11. Lines: 17
  12.  
  13. Unix REXX interpreters should do whatever they need to do to overcome the
  14. shortcomings of the underlying operating system, such as a confusion on
  15. the part of the original designers as to what a space was.
  16.  
  17. It is NOT true that this is an ASCII vs EBCDIC discussion, most PC-DOS and
  18. OS/2 applications don't see tab as whitespace, and almost all of the ones
  19. that do do so only optionally.  And there are MANY more PCs that Unix
  20. machines.
  21.  
  22. Mutliple space characters (tab) are a typing and disk compression convenience.
  23. Partial space characters are a way to format printed output.
  24.  
  25. Neither belong in the description of the syntax of a programming language.
  26.  
  27.  
  28. Dave Gomberg    GOMBERG@UCSFVM  Internet node UCSFVM.UCSF.EDU  (415)731-7793
  29. Seven Gateview Court, San Francisco CA 94116-1941
  30.