same with proc
Posted to
tcl
by colin at Wed Oct 23 20:33:31 GMT 2013
view raw
proc
T {args} {
puts
"Trace: (
$args
)"
}
trace
add
variable
A {write
unset
array
unset
} T
set
A(a) 1
upvar
#0 A(a) XA
set
XA 2
puts
$A(a)
Recent Posts
tcl by oldlaptop
8 days ago
tcl by mookie
14 days ago
tcl by dandyn
21 days ago
tcl by Bradipo
21 days ago
tcl by Bradipo
21 days ago
tcl by oldlaptop
46 days ago
tcl by oldlaptop
46 days ago
tcl by mookie
51 days ago
tcl by mookie
51 days ago
tcl by georgtree
53 days ago
Submit
New paste
Documentation
From Jabber