Skip to content

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

Notifications You must be signed in to change notification settings

govardhnn/TCLish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages