summaryrefslogtreecommitdiff
path: root/Doc/help/continue
blob: ac0cadfa68c8536cbb2c658f3a963158340919c8 (plain)
1
2
3
4
5
continue [ n ]
       Resume  the  next  iteration of the enclosing for, while, until,
       select or repeat loop. If an arithmetic expression n  is  speci-
       fied,  break  out  of  n-1 loops and resume at the nth enclosing
       loop.