site map who made it ?
 

 

set i 0
 } { while { i < 5
"puts "In the while loop, and i == $i
    incr i 1
{

in the while loop, and i == 0<==
in the while loop, and i == 1<==
in the while loop, and i == 2<==
in the while loop, and i == 3<==
in the while loop, and i == 4<==

הסינטקס של הוראת while :
while test body

כל זמן שערכו של ה-test שמוערך הוא נכון, יתבצע ה-body של הלולאה. האתחול של המשתנים וקידומם אינו חלק מלולאת ה-while ובדוגמא למעלה הוא נעשה לפני הלולאה וב-body שלה.

 
< המדריך > זרימה
while
if, else, elseif

switch

for

foreach

לעמוד הבא
לעמוד הקודם