Quick Notes
Tuesday, January 6, 2015
Tcl - Useful Commands : While
http://wiki.tcl.tk/1046
while - Execute script repeatedly as long as a condition is met
while
test body
set
x
0
while
{
$x
<
10
}
{
puts
"x is $x"
incr
x
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment