From: Gavin Kistner Date: 2006-09-08T13:38:48+09:00 Subject: Re: continuing the next iteration ------_=_NextPart_001_01C6D300.A904091E Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable From: Gavin Kistner > From: YAD [mailto:goofball@vapornet.com] >> What's the Ruby equivalent of "next" in Perl or "continue" in C? >> Is it possible to continue an outer loop, as in Perl's "next" >> with a label argument? > >http://phrogz.net/ProgrammingRuby/language.html#breakredonextandretry And also: http://phrogz.net/ProgrammingRuby/tut_expressions.html#breakredoandnext ------_=_NextPart_001_01C6D300.A904091E--