===== Continue For (Statement) ===== ==== Format ==== //for t = 1 to 100//\\ (tab)[[programsyntax|statement(s)]]\\ (tab)**continue for**\\ (tab)[[programsyntax|statement(s)]]\\ //next t// ==== Description ==== Causes a for loop to jump over the remaining code to the next. ==== See Also ==== {{page>en:start#Program Control&noheader}} ==== History ==== |0.9.9.68|New To Version|