===== Exit For (Statement) ===== ==== Format ==== //for var = n to m//\\ (tab)[[programsyntax|statement(s)]]\\ (tab)**exit for**\\ (tab)[[programsyntax|statement(s)]]\\ //next var// ==== Description ==== Causes program execution to jump to the first statement following the for statement. ==== See Also ==== {{page>en:start#Program Control&noheader}} ==== History ==== |0.9.9.68|New To Version|