Wish: Difference between revisions

19 bytes added ,  14 years ago
m
categorize
(better language/xrefs)
m (categorize)
Line 1:
{{stub}}{{implementation|Tcl}}'''wish''' is an interface for the [[Tcl]] programming language interpreter that provides graphical user interface support that can be scripted with [[libtcl]][[Category:libtcl]]. Wish loads the [[Tk]] library by default; it is virtually identical to [[tclsh]] after the execution of the command:
<lang tcl>package require Tk</lang>
The minor differences have to do with how the program interacts with the user, especially on [[Windows]].
Anonymous user