RosettaCodeData/Task/User-input-Graphical/Tcl/user-input-graphical-1.tcl

6 lines
80 B
Tcl
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
# create entry widget:
pack [entry .e1]
# read its content:
set input [.e get]