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 Both sides next revision
en:while [2016/08/12 12:24]
admin
en:while [2016/08/12 12:27]
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)//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 //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)