6 lines
75 B
Tcl
6 lines
75 B
Tcl
|
#!/usr/local/bin/wish4.0
|
||
|
|
||
|
button .hello -text "Hello, TclTk!"
|
||
|
|
||
|
pack .hello
|