User Tools

Site Tools


en:dountil

Differences

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

Link to this comparison view

en:dountil [2016/01/01 22:40]
127.0.0.1 external edit
en:dountil [2016/08/12 13:00]
admin
Line 4: Line 4:
  
 **do**\\ **do**\\
-//statement(s)//\\+[[programsyntax|statement(s)]]\\
 **until** //booleanexpression// **until** //booleanexpression//
  
 ==== Description ==== ==== Description ====
  
-Execute the //statement(s)// inside the do loop whil the //booleanexpression// evaluates to false.  Do / Until executes the statements one or more times.  The test is done after each time the code in the loop is executed.+Execute the [[programsyntax|statement(s)]] inside the do loop whil the //booleanexpression// evaluates to false.  Do / Until executes the statements one or more times.  The test is done after each time the code in the loop is executed.
  
 ==== See Also ==== ==== See Also ====
en/dountil.txt ยท Last modified: 2020/02/28 10:46 (external edit)