home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.forth
- Path: sparky!uunet!email!mips.complang.tuwien.ac.at!anton
- From: anton@mips.complang.tuwien.ac.at (Anton Martin Ertl)
- Subject: Re: +LOOP in the Standard
- Message-ID: <1992Jul31.082230.592@email.tuwien.ac.at>
- Sender: news@email.tuwien.ac.at
- Nntp-Posting-Host: mips.complang.tuwien.ac.at
- Organization: Institut fuer Computersprachen, Technische Universitaet Wien
- References: <1992Jul17.122128.27889@email.tuwien.ac.at> <l6lr51INNsvo@appserv.Eng.Sun.COM> <1992Jul22.080702.12713@email.tuwien.ac.at>
- Date: Fri, 31 Jul 1992 08:22:30 GMT
- Lines: 11
-
- I just noted another glitch connected to +LOOP with negative
- increments:
-
- -2 0 ?DO -1 +LOOP loops 3 times
- -1 0 ?DO -1 +LOOP loops 2 times
- 0 0 ?DO -1 +LOOP loops 0 times
-
- - anton
- --
- M. Anton Ertl Some things have to be seen to be believed
- anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
-