===== Exit While (Statement) ===== ==== Format ==== //while// [[booleanexpressions|boolean_expression]]\\ [[programsyntax|statement(s)]]\\ **exit while**\\ [[programsyntax|statement(s)]]\\ //end while// ==== Description ==== Causes program execution to jump to the first statement following the end while statement. ==== See Also ==== {{page>en:start#Program Control&noheader}} ==== History ==== |0.9.9.68|New To Version|