Tcl/Tk example scripts
Last change at 25. of May, 2001
Almost everybody knows that small Tcl/Tk "Hello world" example
hello.tcl (72 Bytes)
#! /usr/bin/wish button .a -text "Hello world" -command exit; pack .a;
Tcl/Tk (or "wish", the windowing shell) is a very powerful tool when a nice GUI is needed.