-
Notifications
You must be signed in to change notification settings - Fork 0
module std.env
Jan Špaček edited this page Apr 14, 2016
·
1 revision
This tiny module provide access to various aspects of the environment.
-
(env-get-argv)
returns the arguments passed to the program as a list of strings. -
(env-get-var var)
returns the value of the environment variablevar
as a string or false if this variable is unset.