> Is there a (Tcl) command one can use to set or unset variables at an appropriate point set environment variable set ::env(FOO) "some value" unset environment variable unset ::env(FOO) -g