===== Continue While (Statement) ===== ==== Format ==== //while [[booleanexpressions|boolean_expression]]//\\ (tab)[[programsyntax|statement(s)]]\\ (tab)**continue while**\\ (tab)[[programsyntax|statement(s)]]\\ //end while// ==== Description ==== Causes a while loop to jump over the remaining code bacl to the top of the loop. ==== See Also ==== {{page>en:start#Program Control&noheader}} ==== History ==== |0.9.9.68|New To Version|