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
Next revision
Previous revision
en:while [2016/08/12 12:24]
admin
en:while [2016/08/12 13:00]
admin
Line 1: Line 1:
 ===== While / End While (Statement) ===== ===== While / End While (Statement) =====
 ==== 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)