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
en:do [2016/01/01 22:40]
127.0.0.1 external edit
en:do [2020/02/28 10:46] (current)
Line 4: Line 4:
  
 **do**\\ **do**\\
-(tab)//statement(s)//\\ +(tab)[[programsyntax|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 [[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.
  
  
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.1451713251.txt.gz · Last modified: 2020/02/28 10:46 (external edit)