repo.or.cz
/
tcl-tlc-base.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix too many ]s in try
[tcl-tlc-base.git]
/
scripts
/
fake_mainloop.tcl
blob
0f33251a491645994b6ecda1fbe20c3f7cdf58f8
1
# vim: ft=tcl foldmethod=marker foldmarker=<<<,>>> ts=4 shiftwidth=4
2
3
proc
tlc
::
fake_mainloop
{} {
4
while
{
1
} {
5
after
1000000000
{
set
::
fake_mainloop
0
}
6
vwait
::
fake_mainloop
7
}
8
}
9
10