The continue; statement is used to quit a particular execution of a loop, and go on to the next one (including doing the increment of a for loop). The loop test is tested, and if it doesn't fail, the loop continues from the top.