Category:Tcl: Difference between revisions

Content added Content deleted
m (→‎Language Value Model: expanded sentence about type constraints)
Line 61: Line 61:
** Compiled scripts (several types)
** Compiled scripts (several types)
** etc.
** etc.
Note that all variables can hold values of ''any'' type; the language does not impose type constraints on variables at all.
Note that all variables can hold values of ''any'' type; the language does not impose type constraints on variables at all. However, it is possible to use variable traces to enforce a type constraint if so desired.


==External Links==
==External Links==