On Wed, Jan 26, 2011 at 12:22 AM, Renato Maia
<maia@inf.puc-rio.br> wrote:
On 23 Jan 2011, at 17:18, Shmuel Zeigerman wrote:
And what if `continue' is needed from within deeply nested blocks? Even with depth of 2 (as in an example below) there's no simple replacement to it.
while condition do
Â-- some code
Âif test1 then
 -- more code
 if test2 then
  continue
 end
 -- more code
Âend
Â-- more code
end
Lucky you this code is inside a loop. ;-)
--
Renato Maia
Computer Scientist
Tecgraf/PUC-Rio
__________________________
http://www.inf.puc-rio.br/~maia/