Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!decwrl!argosy!kentb From: kentb@argosy.UUCP (Kent Beck) Newsgroups: comp.lang.smalltalk Subject: Re: Nested Control Structures Within Iterators Message-ID: <1214@argosy.UUCP> Date: 8 Apr 91 16:03:59 GMT References: <41040@cup.portal.com> Reply-To: kentb@zuhl.UUCP (Kent Beck) Organization: MasPar Computer Corp, Sunnyvale CA Lines: 4 Assuming you want to have some setup and teardown code in the same method, put the loop in a submethod and use ^. Kent