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
Previous revision
en:do [2016/08/12 12:24]
admin
en:do [2016/08/12 13:00]
admin
Line 4: Line 4:
  
 **do**\\ **do**\\
-(tab)//statement(s)//\\ +(tab)[[programsyntax|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 [[programsyntax|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)