User Tools

Site Tools


en:while

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:while [2016/08/12 12:27]
admin
en:while [2016/08/12 13:00]
admin
Line 2: Line 2:
 ==== Format ==== ==== Format ====
 **while** [[booleanexpressions|boolean_expression]]\\ **while** [[booleanexpressions|boolean_expression]]\\
-(tab)//statement(s)//\\+(tab)[[programsyntax|statement(s)]]\\
 **end while** **end while**
  
 ==== Description ==== ==== Description ====
-Execute the //statement(s)// inside the while loop until the [[booleanexpressions|boolean_expression]] evaluates to false.  While / End While executes the statements zero or more times.  The test is done before the code in the loop is executed.+Execute the [[programsyntax|statement(s)]] inside the while loop until the [[booleanexpressions|boolean_expression]] evaluates to false.  While / End While executes the statements zero or more times.  The test is done before the code in the loop is executed.
  
 ==== Example ==== ==== Example ====
en/while.txt ยท Last modified: 2020/02/28 10:46 (external edit)