access oo object variables
Posted to
tcl
by apn at Fri Jan 03 05:56:34 GMT 2020
view raw
% oo::class create C {
variable
x ; constructor {} {
set
x 42} }
::C
% C create o
::o
%
set
nso [
info
object
namespace
o]
::oo::Obj65
%
set
${nso}
::x
42
Recent Posts
tcl by oldlaptop
10 days ago
tcl by oldlaptop
11 days ago
tcl by mookie
16 days ago
tcl by mookie
16 days ago
tcl by georgtree
17 days ago
tcl by georgtree
17 days ago
tcl by schelte
32 days ago
tcl by emiliano
40 days ago
tcl by fvogel
40 days ago
tcl by emiliano
40 days ago
Submit
New paste
Documentation
From Jabber