Skip to content

Latest commit

 

History

History

Tcl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tcl

Installation steps

Installation on Windows

Download the latest version for windows installer Downloads Page from the list of Active Tcl binaries available.

Run the downloaded executable to install the Tcl, which can be done by following the on screen instructions.

Installation on Linux

$ yum install tcl tk

Installation on Debian Based systems

sudo apt-get install tcl tk

Run code

 $ tclsh HelloWorld.tcl

Output

$ Hello World