User Tools

Site Tools


el:continuedo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:continuedo [2016/01/01 22:38]
el:continuedo [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Continue Do =====
 +
 +==== Format ====
 +
 +//do//\\
 +//statement(s)//\\
 +**continue do**
 +//statement(s)//\\
 +//until booleanexpression//
 +
 +==== Description ====
 +
 +Causes a do loop to jump over the remaining code to the until test.
 +
 +==== See Also ====
 +
 +{{page>en:start#Program Control&noheader}}
 +
 +
 +==== New To Version ==== 
 +
 +0.9.9.68