Skip to content
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 variable var as a string or false if this variable is unset.