wduquette / molt

Embeddable TCL Interpreter for Rust applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The env() Array

wduquette opened this issue · comments

Molt should support the standard TCL env() array, which contains the environment variables and their values.

See also #99, Mirror env() values back into the process environment.