Search notes:

PowerShell: continue statement

The continue statement allows to skip specific iterations in loops. While break terminates a loop immediately, continue resumes the loop with its next element.

See also

Other statements

Index