Wish: Difference between revisions

Content added Content deleted
(Tcl is the proper spelling)
(add more info)
Line 1: Line 1:
{{implementation|Tcl}}'''wish''' is an interface for the [[Tcl]] programming language interpreter. Wish loads the [[Tk]] library by default.
{{stub}}{{implementation|Tcl}}'''wish''' is an interface for the [[Tcl]] programming language interpreter. 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]].