for(3tcl) Tcl Built-In Commands for(3tcl) ______________________________________________________________________________ NAME for - ``For'' SYNOPSIS for start test next body ______________________________________________________________________________ DESCRIPTION For C forstartnextbody Tcl test for Tcl start test body Tcl next Tcl test 0 body continue body next Tcl test . body next break for break continue C For : test for test () $x<10 : for {set x 0} {$x<10} {incr x} { puts "x is $x" } SEE ALSO break, continue, foreach, while KEYWORDS for, iteration, looping [] [] 2001/08/05 Linux man : http://cmpp.linuxforum.net man man https://github.com/man-pages-zh/manpages- zh Tcl for(3tcl)