Wish: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
No edit summary
Line 1: Line 1:
'''wish''' is an interpreter for the [[TCL/TK]] programming language.
'''wish''' is an interface for the [[TCL]] programming language interpreter. Wish loads the [[Tk]] library by default.


{{interpreter}}
{{interpreter}}

Revision as of 13:45, 17 January 2007

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

Template:Interpreter