User Tools

Site Tools


en:while

Differences

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

Link to this comparison view

Next revision Both sides next revision
en:while [2016/01/01 22:42]
127.0.0.1 external edit
en:while [2016/08/08 14:58]
admin
Line 4: Line 4:
 (tab)//statement(s)//\\ (tab)//statement(s)//\\
 **end while** **end while**
 +
 ==== Description ==== ==== Description ====
 Execute the //statement(s)// inside the while loop until the //boolean_expr// 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 //boolean_expr// 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.
en/while.txt · Last modified: 2020/02/28 10:46 (external edit)