Hello world using tcl/tk presented below may be more clear than oneliner before.
- create a label named .label1 with hello world text
- create a button named .button1 with OK text and will do exit when clicked.
- pack .label1 to make it showed on screen.
- pack .button1 to make it showed on screen below .label1.
Here is the result.
Done.