| Action |
Skips the remaining statements in the body of the current for, loop, fileloop, or while statement. Script execution continues with the next iteration of the looping construct, after incrementing the counter (in a for statement), executing the loop
iteration expression (in a loop statement), or assigning the next file (in a fileloop statement).
|