A language built for fun
This project is maintained by cometlang
A singleton object that gives access to the environment variables in the system.
[varname]
returns a string with the value of the environment variable. Throws an Exception if there was no environment variable with that name.[varname]=value
Sets an environment variable of name varname
to value
. Throws an Exception if the value is not a String. If value
is nil it unsets the environment variable