home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!agate!cs.berkeley.edu!konstan
- From: konstan@cs.berkeley.edu (Joe Konstan)
- Newsgroups: comp.lang.lisp
- Subject: "Next-iteration" clause in Loop macro?
- Date: 14 Aug 1992 00:26:37 GMT
- Organization: Picasso Research Group, UCB Computer Science Division
- Lines: 14
- Distribution: world
- Message-ID: <16eujtINNhma@agate.berkeley.edu>
- NNTP-Posting-Host: elmer-fudd.cs.berkeley.edu
-
- Is there a clause or macro within loop to cause execution to continue
- at the next iteration? If not, is adding a label at the start of the
- loop-body and "go"ing there guaranteed to work--or might that not properly
- execute the loop stepping code (which would mean that I need to instead
- go to the bottom of the loop).
-
- I've looked back and forth through chapter 26 of CLtL II, and once though
- I'd seen it, but haven't seen it since.
-
- Thanks
-
- Joe Konstan
- konstan@cs.berkeley.edu
-
-