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 Bradipo
3 days ago
tcl by Stu
25 days ago
tcl by rhobart
38 days ago
tcl by stevel
42 days ago
tcl by dandyn
50 days ago
tcl by dandyn
50 days ago
tcl by dandyn
50 days ago
tcl by dandyn
52 days ago
tcl by dandyn
52 days ago
tcl by emiliano
63 days ago
Submit
New paste
Documentation
From Jabber