====== continue ====== The ''continue'' keyword causes the rest of the current loop iteration to be skipped, and the next one to be evaluated and run like normal. since C 89 === Syntax === ''//continue//;'' -> control structures [[c:control_structures:continue|]]