User Tools

Site Tools


en:do

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:do [2016/08/12 12:24]
admin
en:do [2016/08/12 12:27]
admin
Line 5: Line 5:
 **do**\\ **do**\\
 (tab)//statement(s)//\\ (tab)//statement(s)//\\
-**until** [[booleanexpressions|boolean_expression]]//+**until** [[booleanexpressions|boolean_expression]]
  
 ==== Description ==== ==== Description ====
-Execute the //statement(s)// inside the do loop until the [[booleanexpressions|boolean_expression]]// evaluates to true.  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 //statement(s)// inside the do loop until the [[booleanexpressions|boolean_expression]] evaluates to true.  Do / Until executes the statements one or more times.  The test is done after each time the code in the loop is executed.
  
  
en/do.txt ยท Last modified: 2020/02/28 10:46 (external edit)