Don Porter
-
2017-11-28
- assigned_to: Don Porter
There are 2 obsolete references to the old "@itcl" variable syntax:
* If the <variable> is an instance variable, this procedure returns
* a name of the form:
*
* @itcl ::namesp::namesp::object variable
In the man page for the "scope" command:
You should never use the @itcl syntax directly. For example, it is a bad idea to write code like this:
set {@itcl ::fred x} 3
puts "value = ${@itcl ::fred x}"