Next: Directories, Previous: Conditions, Up: Osicat
environment-variable
returns the environment variable identified byname
, ornil
if one does not exist.name
can either be a symbol or a string.
setf
environment-variable
sets the environment variable identified byname
tovalue
. Bothname
andvalue
can be either a symbols or strings. Signals an error on failure.