continue [ n ]
       Resume  the  next  iteration  of the enclosing for,
       while, until, select  or  repeat  loop.   If  n  is
       specified, break out of n-1 loops and resume at the
       nth enclosing loop.
