It LIVES 0
Posted to
tcl
by colin at Sun Nov 14 22:12:45 GMT 2010
view raw
oo::class create Foo {
destructor {
variable
live 0
puts
stderr "destroying"
}
method bar {} {
variable
live 1
my
destroy
puts
stderr "It LIVES
$live
"
}
}
Foo create moop
moop bar
Recent Posts
junk by bcharder
33 days ago
tcl by egavilan
42 days ago
tcl by Stu
44 days ago
tcl by Stu
44 days ago
tcl by oldlaptop
77 days ago
tcl by oldlaptop
77 days ago
tcl by Molnija Bjornsson
82 days ago
tcl by Molnija Bjornsson
82 days ago
tcl by zmoment
83 days ago
tcl by zmoment
83 days ago
Submit
New paste
Documentation
From Jabber