Provided by:
manpages-zh_1.5.2-1_all 
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