Version 0 of What kinds of variables can Tcl scripts use

Updated 2001-09-29 05:50:07

Purpose: discuss for the beginner the types of variables a user can use in a Tcl script.


  • [Discuss characters permitted in a variable name, format of a variable name, when to use the $ and when not, etc.]
  • Types of variables
  • In the core of Tcl
  • Scalar
   1 String
   1 List
   1 Handle
   1 Namespace
   1 Thread