Popular Tcl recipes tagged "time"http://code.activestate.com/recipes/langs/tcl/tags/time/2014-09-05T13:33:13-07:00ActiveState Code RecipesStopwatch in 26 lines (Tcl)
2014-09-05T13:33:13-07:00Mike Manilonehttp://code.activestate.com/recipes/users/4190728/http://code.activestate.com/recipes/578927-stopwatch-in-26-lines/
<p style="color: grey">
Tcl
recipe 578927
by <a href="/recipes/users/4190728/">Mike Manilone</a>
(<a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/time/">time</a>).
</p>
<p>This stopwatch works on Tcl/Tk 8.5 and higher. It makes use of the [clock] command and reduced the amount of code by -textvariable. A simple one, indeed. Nevertheless, it is still easy-to-read and easy-to-understand and it does show the power that Tcl has.</p>