subst variable names with "point"

Let’s say I have this code : set a 1 set a.b a set thing a.b puts [subst $$thing] The answer I would expect on the last line would be "a", but tcl answers 1.b I tried to put \ everywhere before the . but it didn’t changed anything. Is there away to get a… Read More subst variable names with "point"