In standard TCL, changes to the env() array are mirrored back to the process, and will affect any subprocesses spawned by the Molt process. Given that Molt currently does not support the standard TCL exec and open commands, this is not a crucial problem; but it ought to be fixed eventually.
In standard TCL, changes to the
env()
array are mirrored back to the process, and will affect any subprocesses spawned by the Molt process. Given that Molt currently does not support the standard TCLexec
andopen
commands, this is not a crucial problem; but it ought to be fixed eventually.