recursion error
Posted to
tcl
by anddam at Fri Jun 25 20:10:59 GMT 2010
view raw
proc
count {i end} {
if
{
$i
>
$end
} {
return
}
puts
"i =
$i
"
count [
expr
{
$i
+ 1}]
$end
}
count 1 10
Recent Posts
tcl by test
9 hours ago
tcl by nscerqueira
9 hours ago
tcl by patthoyts
12 hours ago
tcl by kostix
1 days ago
tcl by mistachkin
2 days ago
tcl by apn
4 days ago
tcl by pw
5 days ago
tcl by APN
5 days ago
tcl by daapp
5 days ago
tcl by dogeen
6 days ago
Submit
New paste
Documentation
From Jabber