Simple Tcl Objects
In Tcl, whether it is an integer number, boolean, floating point number, or a string. When you want to use a variable, you can directly assign value to it, there is no step of declaration in Tcl. There can be internal representations for these different types of objects. It can transform one data-type to an other when required. The syntax for assigning value to variable is as follows.