govardhnn / TCLish

A guide to getting started on TCL (currently a my practice workspace)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCLish

A guide to getting started on TCL (currently my practice workspace) If you would like to contribute to this directory (or suggest fixes) please email me at saigov14@gmail.com or even better - create an issue.

Getting Started with TCL

TCL Toolchain Setup:

sudo apt install tcl

To Launch TCL, on Command Line:

tclsh

To read a TCL file :

tclsh <filename>.tcl

Find the version of TCL - using TCL :)

puts $tcl_version

About

A guide to getting started on TCL (currently a my practice workspace)


Languages

Language:Tcl 100.0%