Understanding Tcl Polymorphism

Posted by Xofo on Stack Overflow See other posts from Stack Overflow or by Xofo
Published on 2010-01-25T10:52:05Z Indexed on 2010/03/26 10:03 UTC
Read the original article Hit count: 524

Filed under:
|

In Tcl a variable and a procs can have the same name ...

for instance I can have

set container(alist) {}

proc container a {puts " do something"}

Um ... what other forms of polymorphism exist in tcl? ... I am looking at some code and I see stuff like this.

© Stack Overflow or respective owner

Related posts about tcl

Related posts about polymorphism