Posted to tcl by schelte at Tue Sep 02 11:06:59 GMT 2014view raw

  1. interp create foo
  2.  
  3. catch {foo eval {vwait bla}}
  4. puts Done
  5.