% set a [example new]
::oo::Obj20
% set b [example new] ;# note how this returns the same object name
% expr {$a == $b}
1
% $a counter
% $b counter
2
3
4