I am a little bit confused about the after command.
For instance, in the following code:
after 1000; puts 1; after 1000; puts 2; after 1000; puts 3
I want to wait a second then print 1 then wait another second then print 2 and so on. But when I tried it out on WISH83 console, it waits 3...
I like to know what it would take to deploy a tcl/tk script on a window machine for example. I know with unix machine, this is simple, because unix machine usually has tcl/tk interpreter. The same cannot be said about ms window.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.