Wish: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added implementation template)
(Tcl is the proper spelling)
Line 1: Line 1:
{{implementation|TCL}}'''wish''' is an interface for the [[TCL]] programming language interpreter. Wish loads the [[Tk]] library by default.
{{implementation|Tcl}}'''wish''' is an interface for the [[Tcl]] programming language interpreter. Wish loads the [[Tk]] library by default.

Revision as of 20:58, 26 November 2007

Wish is an implementation of Tcl. Other implementations of Tcl.

wish is an interface for the Tcl programming language interpreter. Wish loads the Tk library by default.