Advertisement
anupam79

tcl tk

Oct 24th, 2020
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.10 KB | None | 0 0
  1. package require Tk
  2.  
  3. button .b \
  4.     -text "Hello, world" \
  5.     -command { destroy . }
  6. pack .b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement