Posted to tcl by hypnotoad at Thu May 30 17:07:22 GMT 2019view pretty

% info patchlevel
8.6.9
% package require Thread
2.9a1
% info vars ::starkit::*     
::starkit::localHome ::starkit::static_packages ::starkit::topdir ::starkit::thread_init
% set t [thread::create]
tid0x70000db2a000
% thread send $t {info vars ::starkit::*  }
invalid command name "thread"
% thread::send $t {info vars ::starkit::*  }
::starkit::topdir
%