Introduction - If you have any usage issues, please Google them yourself
TCL language learning tutorials and examples of several programs array.tcl--------- T his simple example shows how to create and manip ulate arrays. main commands used : array, puts, foreach. get calculator.tcl-------------- This scrip t asks the user to enter an operation (ex : 24 52), analyzes the operation, it computes and return the result. main command s used : proc, expr, return, while, puts, flush, switch, Lindex. gets file_copy.tcl------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used : puts, gets, read, seek, open, close.
Packet : 75448153tcl_learning.zip filelist
TCL_learning/
TCL_learning/array.tcl
TCL_learning/calculator.tcl
TCL_learning/file_copy.tcl
TCL_learning/TclWeek1.ppt
TCL_learning/TclWeek2.ppt
TCL_learning/TclWeek3.ppt
TCL_learning/TclWeek4.ppt
TCL_learning/TclWeek5.ppt