ACC SHELL

Path : /usr/share/bash/helpfiles/
File Upload :
Current File : //usr/share/bash/helpfiles/continue

    Resume for, while, or until loops.
    
    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.
    If N is specified, resumes the Nth enclosing loop.
    
    Exit Status:
    The exit status is 0 unless N is not greater than or equal to 1.

ACC SHELL 2018