Environment clear by name
Aus ExpeccoWiki
Schema
Operations
- Clear (unset) an environment variable.
- The original value of the environment variable will be written to oldVariableContents, if the environment was set and not nil.
The input expects the name of the variable as a String. If the input is frozen from an environment variable, the contents of that variable provides the name. The original value of the environment variable will be written to oldVariableContents, if the environment was set and not nil.
Revisions
These blocks has been in the Standard Library since 1.0.
Back to Standard Library.
Previous: Environment [ Set by Name ]
Next: Environment [ Set Variable ]
