Tcl HomeTcl Home Hosted by
ActiveState

Google SiteSearch

Simplest Possible Tclet

Here is my first embedded tclet:

Source:

Here's the source for the Hello World application:

button .b -text "Hello, World!"
pack .b