home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / forth / 2872 < prev    next >
Encoding:
Text File  |  1992-07-30  |  904 b   |  24 lines

  1. Newsgroups: comp.lang.forth
  2. Path: sparky!uunet!email!mips.complang.tuwien.ac.at!anton
  3. From: anton@mips.complang.tuwien.ac.at (Anton Martin Ertl)
  4. Subject: Re: +LOOP in the Standard
  5. Message-ID: <1992Jul31.082230.592@email.tuwien.ac.at>
  6. Sender: news@email.tuwien.ac.at
  7. Nntp-Posting-Host: mips.complang.tuwien.ac.at
  8. Organization: Institut fuer Computersprachen, Technische Universitaet Wien
  9. References: <1992Jul17.122128.27889@email.tuwien.ac.at> <l6lr51INNsvo@appserv.Eng.Sun.COM> <1992Jul22.080702.12713@email.tuwien.ac.at>
  10. Date: Fri, 31 Jul 1992 08:22:30 GMT
  11. Lines: 11
  12.  
  13. I just noted another glitch connected to +LOOP with negative
  14. increments:
  15.  
  16. -2 0 ?DO -1 +LOOP    loops 3 times
  17. -1 0 ?DO -1 +LOOP    loops 2 times
  18.  0 0 ?DO -1 +LOOP    loops 0 times
  19.  
  20. - anton
  21. -- 
  22. M. Anton Ertl                    Some things have to be seen to be believed
  23. anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
  24.