site map who made it ?
 

 

 } {for { set i 0} { i < 5 } { incr i 1
        "puts "in the loop and i == $i
{

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

הסינטקס של הוראת for :
for init test reinit body

init מאתחל את המשתנה של הלולאה. הערכה של ה-test תקבע האם ה-body של הלולאה יתבצע, ובכל פעם שערכו יהיה נכון יתבצע ה-body. בפעם הראשונה שערכו של ה-test איננו נכון, תסתיים הלולאה. reinit נועד לעדכן את ערכו של משתנה הלולאה (בדוגמא למעלה - i) ולקדם אותו בכל פעם שהיא מתבצעת.

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

switch

while

foreach

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