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

6 lines
80 B
Tcl
Raw Permalink Normal View History

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