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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!paladin.american.edu!auvm!AWIIMC12.IMC.UNIVIE.AC.AT!CHRISTIAN.J.REICHETZEDER
  3. Organization: Institut fuer Medizinische Computerwissenschaften
  4. Message-ID: <920910.092208.CDT.REICHETZ@AWIIMC12.IMC.UniVie.AC.AT>
  5. Newsgroups: comp.lang.rexx
  6. Date:         Thu, 10 Sep 1992 09:22:08 CDT
  7. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  8. From:         Christian.J.Reichetzeder@AWIIMC12.IMC.UNIVIE.AC.AT
  9. Subject:      Re: Reading inline "code" as input?
  10. In-Reply-To:  Message of Wed, 9 Sep 92 15:49:30 MEZ from <RZOTTO@DKNKURZ1>
  11. Lines: 10
  12.  
  13. On Wed, 9 Sep 92 15:49:30 MEZ Otto Stolz said:
  14. >On Wed, 9 Sep 92 11:27:24 GMT Horst Kiehl said:
  15. >> (Aside, an unmatched "*/", outside comments, is allowed.)
  16. >This is a sloppy implementation. Your interpreter should warn you of
  17. >unmatched closing delimiters, as well.
  18. There is  no "unmatched */"  - if  no comment is  active then it's  a multiply
  19. operator followed  by a divide  operator, and  this should result  in "invalid
  20. expression".
  21.  
  22. Christian
  23.