User Tools

Site Tools


en:do

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:do [2016/01/01 22:40]
127.0.0.1 external edit
en:do [2016/08/12 12:24]
admin
Line 5: Line 5:
 **do**\\ **do**\\
 (tab)//statement(s)//\\ (tab)//statement(s)//\\
-**until** //boolean_expr//+**until** [[booleanexpressions|boolean_expression]]//
  
 ==== Description ==== ==== Description ====
-Execute the //statement(s)// inside the do loop until the //boolean_expr// 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.
  
  
Line 31: Line 31:
 {{page>en:start#Program Control&noheader}} {{page>en:start#Program Control&noheader}}
  
-==== New To Version ====  +==== History ====  
-0.9.4g+|0.9.4g|New To Version|
  
  
en/do.txt · Last modified: 2020/02/28 10:46 (external edit)