wm title . Hello
grid [ button .bt -text { Olá Mundo! } -command exit ]
Se preferir, pode ser criado um script autoexecutável acrescentando o hash-bang:
#!/bin/sh
#\
exec wish -f "$0" ${1+"$@"}
wm title . Hello
grid [ button .bt -text { Olá Mundo! } -command exit ]
[]'s
Cacilhas, La Batalema