Setting environment variables
Operating system processes

Prev:Running hidden processes
Next:Input/output redirection


The environment slot of a process contains an association mapping environment variable names to values. The interpretation of environment variables is operating system-specific.

The environment-mode slot controls how the environment of the current Factor instance is composed with the value of the environment slot:
+prepend-environment+

+replace-environment+

+append-environment+


The default value is +append-environment+.