Posted to tcl by colin at Thu Aug 28 03:40:50 GMT 2008view raw

  1. namespace eval fred {
  2. variable fred wilma
  3. }
  4.  
  5. set x {::fred::fred pebbles}
  6.  
  7. dict with x {}
  8. #puts $fred
  9. puts $::fred::fred
  10.