Skip to main content
DLiteScript
Playground
Documentation
DLiteScript - A Delightfully Simple Scripting Language
Documentation
Standard Library
os Namespace
os.setEnvVariable
os.setEnvVariable
Sets the value of an environment variable.
Examples
1
os
.
setEnvVariable
(
"MY_VAR"
,
"my_value"
)
Improve this page